body
	{
		border: 0px;
		margin: 0px;
		background-color: #80a75d;
		background-image: url("images/bg_line.gif");
		background-repeat: repeat-y;
		background-position: top left;
		height: 100%;
		width: 100%;
		
		font-family: "BPG Glaho", "BPG Glaho Arial", "BPG Glaho Arial V5", Verdana, Sylfaen, Arial, "Times New Roman", sans-serif;
		font-size: 10pt;
	}
	
a
	{
		text-decoration: underline;
		color: #008d44;
	}
	
a:hover
	{
		text-decoration: none;
		color: #008d44;
	}
	
	
a.footlink
	{
		text-decoration: none;
		color: #e58d67;
	}
	
a.footlink:hover
	{
		text-decoration: none;
		color: #99b886;
	}
	
.maintd
	{
		background-image: url("images/header_bg.jpg");
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		vertical-align: top;
		text-align: left;
		height: 100%;
	}
	
.foottd
	{
		background-image: url("images/footer.jpg");
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 9pt;
		text-align: center;
		padding-top: 55px;
		font-weight: bold;
		color: #99b886;
	}
	
.textdiv
	{
		margin-left: 125px;
		margin-right: 80px;
		margin-top: 20px;
		margin-bottom: 0px;
		background-color: transparent;
		font-size: 10pt;
		line-height: 150%;
		text-align: left;
		color: #005228;
	}