.maintext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	margin: 3px;
	padding: 5px;



}
.padding {
	padding: 3px;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
}
/*	

Links General */

a {

text-decoration: none;

font-weight: bold;

}



/*	

Links unvisited links */

a.link:link {

color: #AFA081;



}



/*	

Links visited links */

a.link:visited {

color: #999999;



}



/*	

Links active links (not widely supported) */

a.link:active {

color: #666666;



}



/*	

Links when hovered over (MSIE only) */

a.link:hover {

color: #999999;



}



/*	

Unvisited links	*/

a:link {

color: #AFA081;



}



/*	

Visited links */

a:visited {

/* color: #FFFFFF; */

color: #999999;



}



/*	

Active links (not widely supported) */

a:active {

color: #AFA081;



}



/*	

Links when hovered over (MSIE only) */

a:hover {

color: #999999;
.headers {
	font-size: 14px;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
.headers {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #666666;
}
.background {
	background-color: #333333;
}
