body {
	padding:0px;
	margin-top: 25px;
	background-color: #5E9732;
}

.body_border{
	background-image: url(../Images/border.jpg);
	background-repeat: repeat;
}

.body{
	font-size:12px;
	font-family:"Times New Roman";
	color:#000000;
	vertical-align:top;
	background-color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
	text-align:justify;
}

.body_title{
	font-size:22px;
	font-family:"Times New Roman";
	color:#893001;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

a{
	color:#3C6220;
	text-decoration:underline;
	font-weight: bold;
} 

a:hover{
	color:#3C6220;
	text-decoration:none;
	font-weight: bold;
}

.footer{
	color:#FFFFFF;
	font-size:11px;
	font-family: "Times New Roman";
	background-color: #5E9732;
} 

.footer a{
	color:#FFFFFF;
	font-size:11px;
	font-family: "Times New Roman";
	text-decoration: underline;
} 

.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}