@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0957C1;
	text-decoration:none;
}
a:visited {
	color: #0957C1;
	text-decoration:none;
}
a:hover {
	color: #006699;
	text-decoration:underline;
}
a:active {
	color: #0957C1;
	text-decoration:none;
}

hr {
height:1px;
}

.header {
background-image:url(../images/header.jpg); 
background-repeat:no-repeat; 
background-position:center; 
width:800px; 
height:162px;
}

.footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:800px;
	height:32px;
	text-align:center;
	color:#FFFFFF;
}

.content_header {
	color: #FFFFFF;
	background-color: #5183E6;
	display: block;
	width: 560px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.content_box {
	display: block;
	padding: 5px;
	width: 558px;
	border: thin solid;
	border-color: #5183E6;
}

#menu{
	position:relative;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	top: 50px;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
