*, html, body, p {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF;
}
a {
	color:#0066CC;
	text-decoration: underline;
	/*\*/
	overflow:hidden;
	/* */
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
	/*\*/
	overflow:hidden;
	/* */
}
strong {
	font-weight: bold;
	color: #FF0000;
}
h2 {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 700px;
	clear: both;
}
h2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#all {
	border: 1px solid #999999;
	padding: 10px 20px 20px;
	margin: 10px auto 20px;
	font-size: small;
	line-height: 1.7em;
	color: #333333;
	background: #FFFFFF;
	width: 700px;
}

#toplogo {
	width: 700px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 40px;
	_display: inline; /*for IE6*/
}
#toplogo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 353px;
}
#toplogo img {
	border-style: none;
}

#toplogo span.to_top {
	margin: 25px 0px 0px;
	padding: 0px;
	float: right;
	_display: inline; /*for IE6*/
}
#toplogo .to_top a {
	background: url(../img/top.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 38px;
}
#toplogo .to_top a:hover {
	background: url(../img/top.gif) no-repeat left -15px;
}
#top_menu ul {
	background: url(../img/menu.gif) no-repeat 0px 0px;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 30px;
	width: 700px;
	list-style: none;
}
#top_menu li {
	float: left;
	height: 30px;
	text-indent: -9999px;
}
#top_menu li a.topmenu_1 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 118px;
	display: block;
}
#top_menu li a:hover.topmenu_1 {
	background: url(../img/menu.gif) no-repeat left -31px;
}
#top_menu li a.topmenu_2 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 117px;
	display: block;
}
#top_menu li a:hover.topmenu_2 {
	background: url(../img/menu.gif) no-repeat -118px -31px;
}
#top_menu li a.topmenu_3 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 116px;
	display: block;
}
#top_menu li a:hover.topmenu_3 {
	background: url(../img/menu.gif) no-repeat -235px -31px;
}
#top_menu li a.topmenu_4 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 116px;
	display: block;
}
#top_menu li a:hover.topmenu_4 {
	background: url(../img/menu.gif) no-repeat -351px -31px;
}
#top_menu li a.topmenu_5 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 117px;
	display: block;
}
#top_menu li a:hover.topmenu_5 {
	background: url(../img/menu.gif) no-repeat -467px -31px;
}
#top_menu li a.topmenu_6 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 116px;
	display: block;
}
#top_menu li a:hover.topmenu_6 {
	background: url(../img/menu.gif) no-repeat -584px -31px;
}
#container {
	margin: 0px 0px 20px;
	padding: 0px;
	clear: both;
	width: 700px;
}
#wrapper {
	width: 700px;
	margin: 0px 0px 20px;
	padding: 0px;
	clear: both;
}

#flashbanner {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 30px;
	width: 700px;
}

#bottom {
	width: 690px;
	color: #FFFFFF;
	margin: 0px;
	background: #999999;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	line-height: normal;
	padding-left: 10px;
}

#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#bottom ul {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
#bottom li {
	float: left;
	padding-right: 14px;
	padding-left: 14px;
	background: url(../img/linkdot.gif) no-repeat left center;
}
div.attention {
	font-size: x-small;
	line-height: 1.7em;
	background: #eee;
	margin: 0px 0px 20px;
	padding: 10px;
	border: 1px solid #999;
}
.red {
	color: #FF0000;
}
p.announce {
	background: url(../img/dot1.gif) no-repeat 3px 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-left: 5px;
}
table.font_x_small {
	font-size: 10px;
	line-height: normal;
}


.space20 {
	margin: 0px 0px 20px;
	padding: 0px;
}

.clearboth {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
