/*  Common   */
body {
	background-color: #FFFFFF;
}

td, div, body 	{ 	
	font-family: Arial,Helvetica,verdana; 
	font-size: 12px; 
	font-weight : normal;
	}

a { 
	text-decoration:underline;
	color:#035088
	}

a:hover { 
	text-decoration:none; 
	color:#035088
		}
		
input {
	border-width: 1px 1px 1px 1px;	border-color: #7F9DB9;	border-style: solid;
}
	
.red {
	color: #8D0000;
}

.greytext {
	font-size: 12px;
	line-height:12px;
	color: #666666;
	font-family:  Verdana, Arial, Helvetica;
}

/*********  Home  *********/
.blue-bar {
	width : 760px;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #82C7EA;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:10px;
	position: relative;
	}
	
.smLink {
	font-family: arial; 
	font-size: 10px;
}

.borderRight {
	border-width: 0px 1px 0px 0px;	border-color: #AFD3E9;	border-style: solid;
}
.input_noborder{
	border-width: 0px 0px 0px 0px; border-style: none;
}

.sep_tex{
	position: absolute;
	top: 980px; 
	width: 960px; 
	margin-left: 15px;
	margin-right: 5px;
	font-family: Arial,Helvetica,verdana; 
	font-size: 11px; 
	font-weight: normal;
	color: #36567E; 
	text-align: left; 
}


.sep_tex h1 {
	font-family: Arial,Helvetica,verdana; 
	font-size: 16px; 
	font-weight: bold;
		
}

.sep_tex h2 {
	font-family: Arial,Helvetica,verdana; 
	font-size: 14px; 
	font-weight: bold;
		
}

/*********  Reg  *********/
.reg_question {
	font-size: 12px;
	font-weight: bold;
	background-color: #ebf7fb;
}
.reg_answer {
	background-color: #f1f1f2;
}
.reg_small {
	font-size: 10px;
	font-weight: normal;
}
.reg_borderRight {
	border-width: 0px 1px 0px 0px;	border-color: #e8f1f7;	border-style: solid;
}
		

/*********  Footer  *********/
				
.ehm-footer {
	font-family: arial; 
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width:980px;
	}

.ehm-footer li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #A2A2A2;
	}
	
.footer-text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #A2A2A2;
	}
	
