@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: smaller;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: smaller;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: smaller;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: smaller;
}


menuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	clear: both;
}
TD.content {
	background-color: #C0C0C0;
}
TD.menu
{
	background-color: #A67D3D;
}
TD.rightbar
{
	background-color: #856363;
}