html, body {
height:100%;
}
body {
	background-color:#3c7ad1;
	background-image:url(../gfx/background2.png);
	background-repeat:repeat-x;
	font-family:"Arial";
	font-size:12px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
body, td, th {
	color:#FFFFFF;
}
#small_table {
	width:60%;
	margin:auto;
}
.td_1 {
	background-color:#90aadb;
}
.td_2 {
	background-color:#3c7ad1;
}
.top_content_box {
	height:150px;
	border-top:1px solid #CCCCCC;
	border-bottom:#CCCCCC;
}
.top_content_leftbox {
	float:left;
	width:433px;
	text-align:right;
}
.top_content_leftbox a {
	color:#7C7C7C;
	display:block;
	text-align:center;
	height:45px;
	width:100px;
	line-height:45px;
	margin:0px 5px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
}
.top_content_leftbox a:hover,
.top_content_leftbox a.active {
	color:#FFFFFF;
	background:url(../gfx/selected.png) center bottom no-repeat;
}
.top_content_middlebox {
	height:150px;
}
.top_content_rightbox a {
	color:#7C7C7C;
	display:block;
	text-align:center;
	height:45px;
	width:100px;
	line-height:45px;
	margin:0px 5px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
}
.top_content_rightbox a:hover,
.top_content_rightbox a.active {
	color:#FFFFFF;
	background:url(../gfx/selected.png) center bottom no-repeat;
}
#content_bordered {
	width:100%;
}
.main {
	margin:auto;
	min-height:100%;
	width:1000px;
	background:url(../gfx/bg.png) repeat-y center;
}
.logo {
	margin:auto;
	width:786px;
	background:#90aadb;
	text-align:center;
}
.navi {
	margin:auto;
	width:786px;
	height:22px;
	background:#90aadb;
	text-align:center;
}
.navi a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	margin-left:12px;
	margin-right:12px;
}
.navi a:hover {
	color:#0000FF;
	text-decoration:none;
}
.content {
	margin:auto;
	width:786px;
	background:#90aadb;
	text-align:center;
	float:none;
	clear:both;
}
.content a {
	color:#FFFFFF;
}
.content_navi {
	margin:auto;
}
.content_navi a {
	color:#FFFFFF;
	display:block;
	margin:4px;
	padding:4px;
	width:100px;
	float:left;
	background:#90aadb;
}
.content_navi a:hover {
	background:#3c7ad1;
}
.content_in {
	width:766px;
	margin:auto;
	background:#0038a9;
}
.content_text {
	width:100%;
	padding-bottom:15px;
	padding-top:15px;
}
.black td,
.black th {
	color:#000000;
}

#seo {
	display:none;
	width:0px;
	height:0px;
	visibility:hidden;
}