body {
	background-color: #6c9300;
}

.menu:link, .menu:visited, .menu:active {
	background-image: url(images/menup.png);
	color: #FFFFFF;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 19px;
	line-height: 19px;
	text-decoration: none;
	text-indent: 15px;
	width: 178px;
}

.menu:hover {
	background-image: url(images/menup.png);
	color: #FFFFFF;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	height: 19px;
	line-height: 19px;
	text-decoration: none;
	text-indent: 15px;
	width: 178px;
}

.abg {
	background-color: #000000;
}

td {
	color: #808080;
	font-family: Arial;
	font-size: 11px;
}

p {
	color: #808080;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

a.box {
	color: #808080;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a.box:hover {
	text-decoration: underline;
}

hmenu {
	color: #808080;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a.hmenu {
	color: #808080;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}

hmenu:hover {
	color: #808080;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

.Chead {
	background-color: #ADD82B;
	color: #808080;
	font-size: 11px;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b {
	color: #808080;
}

.Callg {
	background-color: #000000;
	color: #808080;
}

.Callg td {
	color: #808080;
}

.Cnorm {
	background-color: #FFFFFF;
}

.Cmite {
	background-color: #EDEDED;
}

.Cdark {
	background-color: #609500;
}

#Ballg {
	color: #808080;
}

#Ballg td {
	color: #808080;
}

.Bhead {
	background-color: #FFFFFF;
	color: #808080;
}

.Bbody {
	background-color: #EDEDED;
	color: #808080;
}

.rand {
	border-color: #1b1b1b;
	border-style: solid;
	border-width: 1px;
}

.smalfont {
	font-size: 11px;
	text-decoration: none;
}

.border {
	background-color: #1b1b1b;
}

hr {
	border-color: #1b1b1b;
	border-style: solid;
	border-top-width: 1px;
	border-width: 0px;
	height: 0px;
}

input, textarea, select {
	background-color: #EFEFEF;
	border-color: #1b1b1b;
	border-style: solid;
	border-width: 1px;
	color: #808080;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}

#menu ul {
	margin-left: 10px;
	padding-left: 2px;
}

#smallmenu li {
	font-size: 9px;
}

#smallmenu a {
	font-size: 9px;
}
/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 text-decoration:none;
 font-weight:bold;
 color:#005199;
 background-color:inherit;
}
a:visited { color:#0075e3; }
a:hover, a:active {
 color:#f00; 
 text-decoration:underline;
 font-weight:bold;
}
