@charset "utf-8";
/* CSS Document */
body {
	background-color: #5681b5;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:800px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.5em;
}
a {
	font-size: 12px;
	color: #0066FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #eb0c0c;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
.h1 {
	font-size: 18px;
	color: #43506a;
}
.h2 {
	font-size: 14px;
	color: #37579c;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

