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

/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff
}

#headercharactor{
FONT-FAMILY: Algerian;
color: #021675;
font-size: 36px;
font-weight: bold;

}
#pagecell{
    border-left: 1px solid #333399;
	
}

a{
	color: #333333;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #333399;
	text-decoration: overline;
	text-decoration:underline;
}
#introduction{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#333399;
}




