/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #3366CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
#opage{
	width:779px;
	display:table;
	overflow:hidden;
	clear:both;
	text-align:left;
}
#header{
	width:779px;
	height:80px;
	overflow:hidden;
	clear:both;
	margin-bottom:1px;

}
#footer{
	width:773px;
	padding:2px;
	border: 1px solid #CCCCCC;
	margin-top:3px;
	height:50px;
	text-align:center;

}
#header_logo{
width:166px;
height:80px;
overflow:hidden;
float:left;
}
#header_content{
width:608px;
height:77px;
overflow:hidden;
text-align:right;
padding-right:5px;
float:left;
padding-top:3px;


}
#errors{
color:#FF0000;

}
#header_menu{
	width:773px;
	border: 1px solid #CCCCCC;
	height:18px;
	padding:2px;
	text-align:left;
	margin-bottom:3px;

}
form{
display:inline;

}
-->