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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Times New Roman, Arial Black;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}

h1 {
	font-family: Arial, "Times New Roman", "Arial Black";
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
 	padding: 0px;
}

.system {
	text-align: center;
}

.system h1 {
	font-family: Arial, "Times New Roman", "Arial Black";
	font-size: 12pt;
	font-weight: bold;
}

.footer {
	color: #CCCCCC;
}

.footer a:link, .footer a:visited{
	color: #CCCCCC;
}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;

}

.sectionLinks h1{
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #cccccc;
	color: #FFFFFF;
	background-image:  url("../images/navbar_bg.jpg");
	font-size: 10pt;
}

.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #CCCCCC;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CC3333;
	text-decoration: none;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DBEBFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
