@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
body {background: #025fd1; font: 13px Georgia, "Times New Roman", Times, serif; text-align: center;}
.close {height: 0; overflow: hidden; clear: both;}
li {list-style: none;}
img {border: none;}
a{}
a:hover {}

.all {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 930px;
	height: 110px;
	position: relative;
	text-align: center;
	padding-top: 10px;
}

.header h1 {
	color: #ffeb07;
	font-size: 48px;
}

.header p {
	color: #6FF;
	font-size: 13px;
	font-weight: bold;
}

.header p a {
	color: #FF0;
	text-decoration: underline;
}

.content {
	width: 930px;
	background: #076fed;
	margin-bottom: 40px;
	padding-bottom: 2px;
	text-align: center;
	clear: both;
}

.content-inner {
	width: 310px;
	float: left;
}

.content img {
	margin: 2px;
	border: solid 1px #fdfad3;
	float: left;
}

.content h3 {
	padding: 2px;
	text-align: left;
	background: #0251b3;
	color: #ffff00;
	font-size: 18px;
	text-transform: uppercase;	
}

.content h3.h301 {
	text-align: center;
}

.content td {
	width: 455px;
	text-align: left;
	padding: 5px;
	line-height: 1.4;
}

.content td a {
	color: #FFF;
	text-decoration: underline;
}

.content td a:hover {
	text-decoration: none;
}

.site-link {
	width: 932px;
	margin-bottom: 40px;
	
}

.site-link h3 {
	text-align: center;
	color: #ffff00;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.site-link ul {
	width: 233px;
	float: left;
}

.site-link ul li.m1 {
	line-height: 1.2;
	background: #076fed;
	text-align: center;
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #00ff00;
	width: 233px;
	padding: 2px 0;
}

.site-link ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

.site-link ul li a:hover {
	color: #FFF;
	text-decoration: none;
	
}

.footer {
	width: 930px;
	text-align: center;
	color: #000;
	margin: 0 auto;
	padding: 10px 0;
}

.footer p.p01 {
	padding: 15px 0;
}

.footer p.p01 a {
	color: #0000cc;
}

.footer a {
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

