@charset "utf-8";
/* CSS Document */

body,td,th {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-size: 12px;
}
body {
	background-color: #138F34;
	margin-top: 0px;
}
a {font-size: 12px;
	color: #FFFFFF;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;
	color: #FFFFFF;}
a:hover {text-decoration: none;
	color: #FFFFFF;}
a:active {text-decoration: underline;
	color: #FFFFFF;}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	
}
.orange {
	color: #E36C09;
}
.green {
	color: #60e263;
}

/* added july 2010 for footer menu */
a.footer, a.footer:link, a.footer:visited {color:white;text-decoration:none;}
a.footer:active, a.footer:hover{color:white;text-decoration:underline;}

