/* ---( BASE Styles )------------------------------------ */

body {
	background-color: #a8b74e;
	margin: 0;
	padding: 0;
}

td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #3f462b;
	font-size: 11px;
}
	
/* ---( TEXT Styles )------------------------------------ */

.footerText {
	color: #999999;
	text-decoration: none;
}

.greyText02 {
	font-weight: bold;
	text-transform: uppercase;
	color: #161a1c;
}

.header01 {
	font-size: 16px;
	font-weight: bold;
	color: #161a1c;
}
.numbers {
	font-size: 16px;
	font-weight: bold;
	color: #59613c;
}


/* ---( LAYOUT Styles )------------------------------------ */

.justifyText {
	text-align: justify;
}

input.btn{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
	font-weight:bold;
	background-color:#076224;
	border:1px solid #000000;
}
	
input.btnhov{
	color:#ffffff;
   	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
   	font-weight:bold;
   	border:1px solid #000000;
}


/* ---( LINK Styles )------------------------------------ */

a:link, a:active, a:visited  {
	text-decoration: none;
	color: #3f462b;
}
	
a:hover {
	color: #ffffff;
	text-decoration: none;
}
	
a.greenText01:link, a.greenText01:active, a.greenText01:visited{
	color: #a8b74e;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

a.greenText01:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #2e3133;
}

a.greyText01:link, a.greyText01:active, a.greyText01:visited{
	color: #161a1c;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

a.greyText01:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #99a749;
}

a.footerText:link, a.footerText:active, a.footerText:visited {
	color: #999999;
	text-decoration: none;
}

a.footerText:hover {
	color: #ffffff;
	text-decoration: none;
}

