/* 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;
}

.Menu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color: #2d4a87;
}

.midmenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
	
}

.midmenu a {
    color: #414042;
    text-decoration: none;
	font-size: 18px;
	font-weight:bold;
	
}


.midmenu a:hover {
    
    color: #2d4a87;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}

.midmenu a:active {
    
    color: #2d4a87;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}


.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;
	
}

.frmLine {
	background-color: #2d4a87;
}
.midcontent {
	background-color: #f0f0f0;
	text-align: left;
    font-size: 12px;
    color: #333333;
}

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

