body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0; padding:0;}

html, body {
	text-align:center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

/* PARAGRAPH STYLES */

H1, H2, H3, H4, H5 {font-size:100%;	font-weight:normal;}
H1 {}
H2 {}
H3 {}
H4 {}
 
UL, OL {list-style: none; }
li {list-style-type:none;}
 
A { color:#185377; text-decoration:none;}
/*A:visited{ text-decoration:none; color:#;}*/
A:hover {color:#000; text-decoration:none;}
/*A:active { text-decoration:none; color:#;}*/
A:focus {outline:none;}

:focus {outline: 0;}
fieldset, img {border:0;}
q:before, q:after {	content:'';}

input, textarea, select {font-family:inherit; font-size:inherit; font-weight:inherit;}
.inputs {
	background-color: #8CD2FF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #F994FD;
	width:200px;

}
.inputs-focus {background-color: #8CD2FF;
	width:200px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CDCDCD;
}
.clr {clear: both;}

.txtfld {
	background: #FFFFFF;
	height: 20px;
	border-top: 1px solid #28395D;
	border-right: 1px solid #28395D;
	border-bottom: 1px solid #28395D;
	border-left: 1px solid #28395D;
	width: 181px;
	margin-top: 5px;
	padding: 2px 5px 0px;
}
/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;}

.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.bot {
	border-top: 1px solid #B4D2F9;
	font-size: 11px;
	color: #7F7F7F;
}
.logbg {
	background: url(../images/login_top.gif) no-repeat center top;
	padding-top: 54px;
	color: #FFFFFF;
	
}
.content {
	padding-right: 30px;
	padding-top: 10px;
	font-size: 12px;
	text-align:justify;
}
.content h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #0A4EA7;
	border-bottom: 1px dashed #6D91B5;
	margin-bottom: 12px;
	font-weight:bold;
	padding-bottom: 4px;
}
