body {
	background-color: #333333;
}
a:link  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover  {
	color: #000000;
	text-decoration: none;
}
.nav {
	background-image: url(/images/nav_bg_spacer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	font-size: 16px;
	font-weight: bold;
}
.bodytext {
    font-family: Verdana, arial, helvetica;
	background-color: #FFFFFF;
	font-size: 12px;
    color: #000000;
	font-weight: normal;
    padding: 11px;
	border-top: solid 4px #000000;
}
.advertisement {
    font-family: Verdana, arial, helvetica;
	font-size: 11px;
	background-color: #000000;
    color: #CCCCCC;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.advertisement a {
    color: #CCCCCC;
	text-decoration: underline;
}
.copyright {
    font-family: Verdana, arial, helvetica;
	font-size: 10px;
    color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.copyright a {
    color: #FFFFFF;
	text-decoration: underline;
}.head_border {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
.head_mid_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
