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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: Black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-family: Arial;

scrollbar-face-color: #b1b1b1; 
scrollbar-shadow-color: #858585;
scrollbar-highlight-color: #dedede; 
scrollbar-3dlight-color: #ededed;
scrollbar-darkshadow-color: #474747; 
scrollbar-track-color: #e4e4e4;
scrollbar-arrow-color: #f4f4f4;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

	}

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

a.lower:link{
	color: Black;
	text-decoration: none;
}

a.lower:visited{
	color: #606060;
	text-decoration: none;
}

a.lower:hover{
	color: Black;
	text-decoration: none;
	background: #f8f1db;
}

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

a:link{
	color: Black;
	text-decoration: underline;
}

a:visited{
	color: #606060;
	text-decoration: underline;
}

a:hover{
	color: Black;
	text-decoration: none;
	background: #E2E2E2;
}


/************** curcors styles **************/

/* 
BODY{CURSOR= url('/images/cur_usual.cur') }
*/


/********************* end **********************/