/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: ##1C5679;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #F3F3F3;
	FONT-FAMILY: Verdana, Helvetica, "Century Gothic", Arial, sans-serif;
	font-size: 11px;
}

/******* hyperlink and anchor tag styles *******/


a:link, a:visited{
	color: #1C5679;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
	font-size: 11px;
}
dh a:link, a:visited{
	color: #1C5679;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;

	font-size: 11px;
	text-decoration: none;
}

dh a:hover{
	text-decoration: none;
}
H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #326; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
H1 A:link {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #437; TEXT-DECORATION: none
}
H1 A:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #437; TEXT-DECORATION: none
}
H1 A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #437; TEXT-DECORATION: none
}

/************** header tag styles **************/

h1{
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #332266;
	FONT-FAMILY: Verdana, Helvetica, "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 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;
}




/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: none;
}

td.storyLeft{
	padding-right: 11px;
}



/********************* end **********************/

