@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	color: #CA6060;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #999999;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}

.boldText {
	font-weight:bold;
}
.italicText { font-style: italic;}
.obliqueText { font-style: oblique;}

td, strong, em {
	font-weight:normal;
	font-family: Tahoma;
	font-size: 10px;
	color: #757575;
}

h1 { 
	font-weight:normal;
	font-family: Tahoma;
	font-size: 10px;
	color: #757575;
	display:inline; 
	margin:0px;
}

.redtext {
	font-family: Tahoma;
	font-size: 10px;
	color: #993300;
}

.main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C65C12;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: none;
	padding: 0px;
}
.tborder1 {
	border: 1px solid #CCCCCC;
	line-height: 17px;
	background-color: #C8E3D0;
}
.tborderStudies {
	border: 1px solid #CCCCCC;
	background-color: #FEFEC2;
}

.tborderStudies a{
	background-color: #FEFEC2;
	font-size: 10px;
}
.tborderStudies a:hover {
	background-color: #FEFEC2;
	font-size: 10px;
	color: #FF661C;
}


.tborderStudies2{
	border: 1px solid #CCCCCC;
	background-color: #CFE7D6;
}

.tborderStudies2 a{
	font-size: 10px;
	color: #4B7E8F;
}
.tborderStudies2 a:hover {
	background-color: #CFE7D6;
	font-size: 10px;
	color: #7CABBA;
}


.tborderStudies3 {
	border: 1px solid #C58BC5;
	background-color: #D2A6D2;
}

.tborderStudies3 a{
	background-color: #D2A6D2;
	font-size: 10px;
	color: #834183;
}
.tborderStudies3 a:hover {
	background-color: #D2A6D2;
	font-size: 10px;
	color: #B366B3;
}


.tborderStudies4 {
	border: 1px solid #B4FF15;
	background-color: #CCFF66;
}

.tborderStudies4 a{
	background-color: #CCFF66;
	font-size: 10px;
	color: #76AE00;
}
.tborderStudies4 a:hover {
	background-color: #CCFF66;
	font-size: 10px;
	color: #97DF00;
}

.greentext {
	font-family: Tahoma;
	font-size: 10px;
	color: #76AE00;
}
.bluetext {
	font-family: Tahoma;
	font-size: 10px;
	color: #568FA3;
}
.purpletext {
	font-family: Tahoma;
	font-size: 10px;
	color: #7E3F7E;
}

.back {
	font-size: 10px;
	color: #626262;
}

.back a {
	font-size: 10px;
	color: #8E8E8E;
}
.picSpacer1 {
	margin-right: 12px;
}
.picSpacer2 {
	margin-left: 12px;
}
.formBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFEFEF;
	border: 1px solid #999999;
}

.show { display:block;}
.hide { display:none;}
