@charset "utf-8";
body {
	background-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
h1 {
	font-size: 20px;
}
.mainpage {
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tabletext {
	font-size: 11px;
	line-height: 14px;
}
.sidemenu {
	color: #333333;
	font-size: 14px;
}
.sidemenu a:link {
	color: #333333;
	text-decoration: none;
}
.sidemenu a:visited {
	color: #333333;
	text-decoration: none;
}
.sidemenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.sidemenu a:active {
	color: #333333;
	text-decoration: none;
}.footer {
	font-size: 10px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
