
	.MainContent A:visited {text-decoration: underline; color: purple;}
	.MainContent A:active {text-decoration: underline; color: purple;}
	.MainContent A:link {text-decoration: underline; color: blue;}
	.MainContent A:hover {text-decoration: underline; color: red;}

	A.ignoredclass1:visited {text-decoration: underline; color: blue;}
	A.ignoredclass1:active {text-decoration: underline; color: blue;}
	A.ignoredclass1:hover {text-decoration: underline; color: red;}


	#hiddenitems_school TABLE TR TD {padding: 2px; background-color: #F0FDFF; border-bottom: 1px solid #BFE9F0;}
	#hiddenitems_privschool TABLE TR TD {padding: 2px; background-color: #F8FFF0; border-bottom: 1px solid #D8F0BD;}
	#hiddenitems_college TABLE TR TD {padding: 2px; background-color: #FFFFF0; border-bottom: 1px solid #ECECAE;}
	#hiddenitems_lib TABLE TR TD {padding: 2px; background-color: #FFF8F4; border-bottom: 1px solid #F2C8C8;}
	
	.Institution TABLE TR TD A {font-family: Times; font-size: 1.4em; font-weight: bold; text-transform: uppercase;}
	.Institution TABLE {border-spacing: 0px; border-collapse: collapse; width: 500px;}
	
	
	#COL2 {font-family: Times; font-size: 0.6em; font-weight: normal; font-style: normal;}
	
	.InstName {font-family: Times; font-size: 1.4em; font-weight: bold; font-style: normal;}
	.InstDesc {font-family: Times; font-size: 0.6em; font-weight: normal; font-style: normal;}
	.InstDetail {width: 76px; color: #216383; font-family: Times; font-size: 0.6em; font-weight: normal; font-style: normal;}
	.Miles {width: 34px; text-align: Center; color: #900000; font-family: Times; font-size: 0.6em; font-weight: normal; font-style: normal;}
	
	.InstHeader {
		padding-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #367796;
		border-top: 1px solid #367796;
		background-image:url(../images/tablebg_blue3.jpg);
		text-indent: 10px;
		text-align: left;
		margin-top: 1em;
		width: 500px;
		background-color: #367796;
		color: #ffffff;
		font-family: Times;
		font-size: 1.1em;
		font-weight: bold;
		font-style: normal;
	}
	
	.InstFooter {
		background-color: #367796;
		border-bottom: 1px solid #367796;
		border-top: 1px solid #367796;
		background-image:url(../images/tablebg_bottom.jpg);
	}
	

