/* CSS Document */

hr {
	color: white;
	height: 1px;
}

body,html {
        padding: 0px;
        margin: 0px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
		text-align: left;
		background-color: #ffffff;
}

div#footer {
	margin: 0px;
	padding: 9px;
	font-size: 9px;
	height: 26px;
	text-align:right;
	
}

div#footer li {
	list-style-type: none;
	
}

div#footer a:link {
    color: #414042;
    text-decoration: none;
}


div#footer a:hover {
    text-decoration: none;
    color: #2d4a87;
}

div#footer a:visited {
    color: #414042;
    text-decoration: none;
}
.frmLine {
	background-color: #2d4a87;
}
.search_string{
	font-size: 10px;
    color: #999999;
	border-left:none;
	border-right:none; 
	border-top-color: #999999; 
	border-top:solid; 
	border-top-width:1px;
	border-bottom-color:#999999; 
	border-bottom:solid; 
	border-bottom-width:1px;
 	text-align: left;
 	width:100%; 
	height:16px;
	
}
.midcontent {
	background-color: #f0f0f0;
	text-align: left;
    font-size: 12px;
    color: #414042;
	padding-left:11px;
	padding-right:11px;
}
.midcontent p {
	font-size: 12px;
    margin-top:0px;
	margin-bottom:0px;
	color: #414042;
}
.midcontent h2 {
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
   	color:#2d4a87;
	
}

.footertxt {
	font-size: 9px;
    color: #333333;
}
.footertxt li {
	list-style-type: none;
	
}
