/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 10pt; 

}

TD {
word-break : break-all;
word-wrap : break-word;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #aba000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************input layout********/
INPUT { background-color: #F5F7F7; 
border-color: efefef; 
color: #005FA9; 
font-family: arial, verdana, ms sans serif; 
font-weight: ; 
font-size: 8pt; 
}

/**********************************/