/* CSS Document */

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin: 0;
	padding:0;
	background-color: #65B62B;
}


.text {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
.text a {
	color: #FECB09;
	text-decoration:underline;
	font-weight: bold;
	letter-spacing: 1px;
}
.text a:hover {
	color: #FE0000;
	text-decoration:underline;
	font-weight: bold;
	letter-spacing: 1px;
}




.h1 {font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: normal; font-size: 16px; line-height: 25px; letter-spacing: 1px;}
.h2 {font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #FE0000; font-weight: bold; font-size: 20px; line-height: 25px; letter-spacing: 1px;}
.h3 { font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #333333; font-size: 9px; line-height: 14px;}
.h4 { font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #FECB09; font-size: 12px; line-height: 16px; font-weight: bold;}
.h5 {font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; line-height: 16px; font-weight: bold;}
.h6 {font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #003366; font-size: 16px; line-height: 16px; font-weight: bold;}
.h7 {font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #FECB09; font-weight: bold; font-size: 20px; line-height: 25px; letter-spacing: 1px;}
.h7 a { color: #FFFFFF; font-weight: bold; font-size: 20px;text-decoration:underline; }
.h7 a:hover {color: #FECB09; font-weight: bold; font-size: 20px; text-decoration:underline; }







.footer {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}
.footer a {
	color: #FFFFFF;
	text-decoration:underline;
}
.footer a:hover {
	color: #FE0000;
	text-decoration:underline;
}
