/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles       433 100                      */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #990000;
	text-decoration: none;
}

a:hover{
color: #16791D;
	text-decoration: underline;
}

/************** header tag styles ************---------------------------------------------------------------**/

h1{
 font: 90% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font:  114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font:  100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



#sectionLinks a:link, #sectionLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}

#sectionLinks a:hover{
color: #ffcc00;
	text-decoration: none;
}	
	#verde a:link, #verde a:visited {
	color: #336600;
	text-decoration: none;
	}
	
	#verde a:hover{
color: #336600;
	text-decoration: none;
}