@charset "utf-8";
/* CSS Document */

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-color: #3A7500;
	text-align: center;
	
}
.font {
	font-family: "Century Gothic"
}
.bodytext {
	font-size: 12px;
	font-family: "Century Gothic";
	color: #274F00;
}
.bodytext10 {
	font-size: 10px;
	font-family: "Century Gothic";
	color: #274F00;
}
.bodytextB {
	font-size: 12px;
	font-family: "Century Gothic";
	color: #274F00;
	font-weight: bold;

}
.bodytext16 {
	color: #274F00;
	font-size: 16px;
	font-family: "Century Gothic";
	font-weight: bold;
	text-align: left;
}
.bodytext11 {font-size: 11px; font-family: "Century Gothic"; color: #274F00; }
.bodytext14 {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.bodytext14G {
	font-family: "Century Gothic";
	color: #274F00;
	font-size: 14px;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;


