@charset "UTF-8";
/* CSS Document */



/* Text */

.body-main {
	color: #000000;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-stretch: condensed;
}

.body-small {
	color: #000000;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-stretch: condensed;
}

.body-main-bold {
	color: #000000;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-stretch: condensed;
	font-weight: bold;
}

.department-headers {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-stretch: semi-condensed;
	font-weight: bold;
}

.department-subheads {
	color: #000000;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-stretch: condensed;
}

.department-authors {
	color: #000000;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-stretch: condensed;
	font-style: italic;
	padding-left: 20px;
}

.insidepg-headers {
	color: #67bd46;
	font-family: SerifaSH-Medium, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 34px;
}

.insidepg-subheads {
	color: #67bd46;
	font-family: SerifaSH-Medium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.insidepg-headersblue {
	color: #2382dc;
	font-family: SerifaSH-Medium, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 34px;
}

.insidepg-subheadsblue {
	color: #2382dc;
	font-family: SerifaSH-Medium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.spacer {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

.nav {
	color: #00748f;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-stretch: semi-condensed;
	font-weight: bold;
}



/* Links 1 */

a:link {
	color: #00748f;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:visited {
	color: #00748f;
	font-family: Georgia, Times New Roman, Times, serif;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;		
	text-transform: uppercase;
	text-decoration: none;
}

a:active {
	color: #bce4d7;
	font-family: Georgia, Times New Roman, Times, serif;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
