A:link, A:visited, A:active{
	color: #000000;
	text-decoration: underline;
}
A:hover{
	color: #C2CD95;
	text-decoration: underline;
}
body{
	margin: 0px;
}
body, div, td{
	font-size: small;
	font-family: arial, verdana, sans-serif;
}
.container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.footer{
	padding: 10px;
	background: #C8D39D;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}
.footer A:link, .footer A:visited, .footer A:active{
	color: #000000;
	text-decoration: none;
}
.footer A:hover{
	color: #000000;
	text-decoration: underline;
}
h1, h2{
	margin: 0px;
}
h1{
	font-size: large;
}
h2{
	padding: 3px;
	font-size: small;
	background: #CCCCCC url(../images/section.jpg);
	background-repeat: repeat-x;
	border: #999999 1px solid;
	margin-bottom: 5px;
}
.header{
	background: #C2CD95 url(../images/header.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.mainbody{
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainadve, .mainsect{
	margin-left: 122px;
	background: #FFFFFF;
	border: #999999 1px solid;
	padding: 5px;
}
.mainsect{
	margin-top: 5px;
}
.nav{
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
	text-align: right;
	margin-right: 3px;
	padding-top: 1px;
}
.nav A:link, .nav A:visited, .nav A:active{
	color: #000000;
	text-decoration: none;
}
.nav A:hover{
	color: #000000;
	text-decoration: underline;
}
.spacer{
	height: 5px;
}