/* CSS Document */


body{
/*background-image:url(images/bg.jpg);*/
background-color:#718421;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

p{
margin-top:0px;
margin-bottom:0px;
}

a:link {
	color: #718421;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #718421;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #718421;
	font-weight:bold;
}

.boxtop {
border:1px solid #718421;
background-image:url(images/topbar.jpg);
height:16px;
padding:1px;
padding-left:2px;
margin-top:6px;
font-weight:bold;
font-size:11px;
color:#718421;

}

.menubottom p{
margin-top:0px;
margin-bottom:5px;
}

.boxbottom {
border:1px solid #808080;
border-top:0px #ffffff;
padding:4px;
margin-bottom:6px;
font-size:11px;
color:#808080;
}

.adbottom {
border:1px solid #808080;
border-top:0px #ffffff;
padding:0px;
font-size:11px;
margin-bottom:6px;
color:#808080;
}

.menubottom {
border:1px solid #808080;
border-top:0px #ffffff;
padding:2px;
margin-bottom:6px;
font-size:11px;
color:#808080;
}

.spacer {
height:8px;
}

.footer {
background-color:#FFFFFF;
text-align:center;
}