/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
}

/******* hyperlink and anchor tag styles *******/

/*
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
*/

/*Link Styles*/
#whitelink a:link, #whitelink a:active, #whitelink a:visited {
  color: white;
  }
#whitelink a:hover {
  color: blue;
  }
#orangelink a:link, #orangelink a:active, #orangelink a:visited {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
  }
#orangelink a:hover {
  color: blue;
  }



/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2a{
	font: bold 114% Arial,sans-serif;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #33CC00;
	margin: 0px;
	padding: 0px;
	font-size: 36px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}




/*************** 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 **********************/
.WhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.pwtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	bottom: 0px;
	clip: auto;
	vertical-align: text-bottom;
	page-break-after: avoid;
	margin-bottom: 0px;
}
.pwbot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	bottom: 0px;
	clip: auto;
	vertical-align: text-bottom;
	page-break-after: avoid;
	margin-bottom: 10px;
	margin-top: 0px;
}
