body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background: white;
	font-size: 11px;
}

a:link img, a:visited img { border-style: none }

a img { color: white; }
@media all {
  a img { color: inherit; }
}

th, td {
	font-family: Arial, Helvetica, sans-serif
}

h1, h2, h3, h4, h5, h6 { text-align: center }

h1 {
	font: 150% Arial;
	color: #003399;
	font-weight: bold;
}
h2 { font: 125% Arial }
h3 { font: 110% Arial }
h4 { font: bold 100% Arial }
h5 { font: italic 100% Arial }
h6 { font: small-caps 100% Arial }

.topbg {
	background: url(../images/top/logoback.gif);
}
.bg {
	background: url(../images/bg.gif);
}

.ltgreen {
	background-color: #B7E014;
	border: 1px; #FFFFFF;
	vertical-align: baseline;
}
.copy {
	background-color: #B7E014;
	border: 1px; #FFFFFF;
	font-size: xx-small;
	text-align: right;
	color: #003399;
}

.green {
	background-color: #99CC00;
}
.darkgreen {
	background-color: #009900;
}

.gray {
	background-color: #E2E2E2;
	font-size: smaller;
}
.white {
	background-color: #ffffff;
	font-size: smaller;
}
.text {
	background-color: #ffffff;
	font-size: smaller;
	color: #666666;
}
.ltgray {
	background-color: #E6E6E6;
	padding: 5px;
	font-size: xx-small;
	color: Maroon;
}

a.top {
	background-color: #E6E6E6;
	color: Black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}
a:hover.top {
	background-color: #B9B9B9;
	color: Black;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}
a.topon {
	background-color: #B9B9B9;
	color: Black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}
a:hover.topon {
	background-color: #B9B9B9;
	color: Black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}

a.menu {
	background-color: #99CC00;
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	width: 100%;
	padding: 5px;
}
a:hover.menu {
	background-color: #006600;
	text-decoration: none;
}
a.menuon {
	background-color: #006600;
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	width: 100%;
	padding: 5px;
}
a:hover.menuon {
	background-color: #006600;
	text-decoration: none;
}
a.link {
	color: #003399;
	font-size: 11px;
	font-weight: bold;
}
a:hover.link {
	background-color: #E2E2E2;
}

a:hover.mainmenu
{
	color: #336600;
	font-weight: bold;
	font-size: 11px;
}
a.mainmenu
{
	color: #669900;
	font-weight: bold;
	font-size: 11px;
}
a:active.mainmenu
{
	color: #669900;
	font-weight: bold;
	font-size: 11px;
}
a:visited.mainmenu
{
	color: #336600;
	font-weight: bold;
	font-size: 11px;
}
strong {
	color: #003399;
	font-weight: bold;
}
.small {
	color: #000000;
	font-size: xx-small;
}
.red {
	color: #cc0000;
	font-weight: bold;
}