/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*COLORS #4788BE #B2E0F8 */
body{
	font-family: Arial,sans-serif;
	color: #0F547C;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #59504B;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;	/*text-decoration: none;*/
}


a:hover{
	color: #000000;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 24px Arial, sans-serif;
	color: #4C5156;
	margin: 0px;
	padding-top: 30px;
	
	margin-top: 0px;
	text-decoration: underline;
}

h2{
 font: bold 24px Arial, sans-serif;
 color: #4C5156;
  
 margin: 0px;
}

h3{
 font: bold 14px Arial, sans-serif;
 color: #4C5156;
 margin: 0px;
 
}

h4{
 font: bold 14px Arial, sans-serif;
 color: #005C92;
 margin: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #4C5156;
 margin: 0px;
 
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/********************* end **********************/
.styleCell
{
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: justify;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
}
.stylelist
{
	list-style-image: url('images/dot.gif');
	vertical-align: middle;
	padding-left: 30px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.styletable
{
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-color: #111111;
	
}
.stylelinkbottom
{
	color: #3982AC;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
.styletabletop
{
	background-color:#CCCCCC;
	text-align: center;
	align: center;
	font-weight: bold;
	font-size: 14px;
}
.styleCellImg
{
	background-color: #FFFFFF;
	text-align: justify;
	color: #9699A4;
	padding-left: 10px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
}
.stylepadd{
    padding-left: 7px;
}
.stylehighlight {
  	color: #686CB0;
}

.styledark {
	background-color: #5C62B3;
}
.styleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3982AC;
	padding-left: 15px;
	padding-right: 15px;
}
.stylelight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7F7FB;
	background-color: #FFFFFF;
}

.styleline {
	background-image: url('images/stline.gif');
	width: 100%;
	color: #EFF0F7;
	height: 33px;
	font-weight: bold;
	padding-left: 15px;
	font-size: 12px;
}