@charset "utf-8";
body,html{ padding:0px; margin:0px; height:100%; background-color:#494941; }
td{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;}
.color_white{ color:#FFFFFF; }
.tbl_bottom{ border-bottom:#CCCCCC dashed 1px;}
#menu {
	float: right;
	height: 30px;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}
a{
	color: #000066;
	text-decoration: none;
} 
a:hover{
	color: #990000;
	text-decoration: none;
}
#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding-left:10px; padding-right:10px; padding-bottom:2px;
	text-decoration: none;
	font-size:14px;
	font-weight:700;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #494941;
	color: #FFFFFF;
}
.bold_white12{ font-weight:bolder; color:#FFFFFF; font-size:12px; }
img, td { behavior: url("iepngfix.htc") }