/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.2;
	padding: 0px;
}
.copy {font-size: 10px}
.superscript {
vertical-align: super;
font-size: 7px;
color: #666666; 
}
.bodyMargins {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #112B5E;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}
a.topMenuLinks:link, a.topMenuLinks:visited {
	color: #FFFFFF;
}
a.topMenuLinks:hover{
	color: #F5BE2F;
	text-decoration: underline;
}


/************** header tag styles **************/
.subHead, .subHeadWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.subHeadWhite {
	color: #FFFFFF;
}
.subHead {
	color: #990000;
	/*color: #A0C04D;*/
}
.surveyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
