/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
zz


}
form{
display:inline;

}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6666CC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#header{
width:900px;
height:80px;
clear:both;
display:block;
overflow:hidden;
}

#header_logo{
width:166px;
height:80px;
float:left;
overflow:hidden;
}

#header_content{
width:734px;
height:80px;
float:left;
overflow:hidden;
text-align:right;
padding-top:5px;

}

#opage{
clear:both;
width:900px;
overflow:hidden;
}

#footer{
	width:888px;
	clear:both;
	border: 1px solid #CCCCCC;
	padding:5px;
	height:45px;
	margin-top:20px;

}
.nav_class{
	font-size:15px;
	width:70px;
	height:15px;
	display:block;
	border: 1px solid #CCCCCC;
	padding:2px;
	background-color:#F8F8F8;
	font-weight:bold;
	padding-bottom:4px;
}
#nav_table{
clear:both;
background-color:#FFFFFF;
}
#nav_td{
background-color:#FFFFFF;

}
.my_option{
width:100px;
height:100px;
display:block;
background-color:#FFCC00;

}