@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
body {
	background-color: #fff;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #949073;
}

#bottomcopy {
	color:#333333;
	text-align:center;
	font-size:14px;
	margin-top:-10px;
}
#main {
	color:#333;
	border-right: 1px dashed #666;
	background-color:#eee;
	padding:20px 50px 20px 50px;
}


#menu {
	color:#ffcc00;
	font-size:14px;
	font-weight:bold;
	position:relative;
	right:-10px;
	}
#menu a:link{
	color:#fff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
}
#menu a:active{
	color:#FFF;
	text-decoration:none;
}
#menu a:visited{
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	color:#990000;
	text-decoration:underline;
}
#right {
	color:#333;
	background-color:#eee;
}
#announce {
	display:block;
	width:95%;
	border: 1px dashed #990000;
	padding:5px;
	color: #990000;
	font-weight:bold;
	text-align:center;
}
h2 {font-size:16px;
font-weight: bold;
}

#bottommenu {
	color: #4D7E9B;
	text-align:center;
	font-weight: bold;
}
#bottommenu a:link{
	color:#4D7E9B;
	text-decoration:none;
}
#bottommenu a:active{
	color:#4D7E9B;
	text-decoration:none;
}
#bottommenu a:visited{
	color:#4D7E9B;
	text-decoration:none;
}
#bottommenu a:hover {
	color:#990000;
	text-decoration:underline;
}