#links {
	margin: 0 auto;
	font-size: 12px;
	line-height:30px;
	height:30px;
	
}

.links2 {
	margin: 0;
	margin-left:13px;
	font-size: 11px;
	line-height:30px;
	height:30px;
	float: left;
	padding:0 5px 0 5px;
}
.links2 a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	float:left;
	padding:0 5px 0 5px;
	display:block;
	color:#FFF;
}
.links2 a:hover {
color:#A4BCD3;
/*main bar hover*/
 }
.linkDIV {
	position:absolute; 
	left:0px; top:0px; 
	z-index:1;  
	visibility: hidden;
	line-height:25px; 
	border-bottom: solid 1px #A2B9CE; 
	border-left: solid 1px #A2B9CE; 
	border-right: solid 1px #A2B9CE;
}
.linkDIV ul {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;		
}
.linkDIV li {
		display: inline;
}
.linkDIV ul a {
	margin: 0;
	padding: 0 20px 0 5px;
	display: block;
	text-decoration: none;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #CFCFD0;
	/*font-weight: bold;*/
	color: White;
	font-family:Verdana;
	background-color:#000;
	font-size: 11px;
}
.linkDIV ul a:hover{
	/*color:#CC0000;*/
	color:#000;
	background-color:#FFF;
}
.errorhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
}
.errortxt {
    text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
