/* CSS Document */

body {
	background-image: url();
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E2F0FF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2476C7;
}
a:link {
	color: #2476C7;
}
a:visited {
	color: #2476C7;
}
a:hover {
	color: #2476C7;
}
a:active {
	color: #2476C7;
}
.top_menu {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.top_menu a {
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}

.side {
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 15px;
	height: 300px;
}

.body_main {
	padding-right: 10px;
}
.style1 {
	color: #999999;
	font-weight: bold;
}
.style2 {font-size: 18px; text-decoration:none;}

.menu_tbl {
	padding-right: 30px;
	padding-top: 8px;
}

.tbl_body {
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 15px;
}
.style3 a:link, .style3 a:visited, .style3 a:active {
	color: #FF0000;
	text-decoration: none;
}

.style3 a:hover {
	text-decoration: underline;
}