.box01 {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003b13;
	text-decoration: none;
}

.box02 {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #013d14;
	text-decoration: none;
}

.navBox01 {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003b13;
	text-decoration: none;
	font-weight: bold;
}

.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003b13;
	text-decoration: none;
	font-weight: bold;
}

.border01 {
	border: thin solid #000000;
}

.bodyShadow01 {
	background-image: url(images/body-shadow-01.gif);
	background-repeat: repeat-y;
}

.greenTextBody {
	color: #013d14;
	text-decoration: none;
}

.greenText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003b13;
	text-decoration: none;
}

.redText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c60b46;
	text-decoration: none;
	text-transform: uppercase;
}

.redText02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6a0021;
	text-decoration: none;
	text-transform: uppercase;
}

.whiteText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
	
a:hover {
	color: #c60b46;
	text-decoration: none;
}


	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;
	}
