/* CSS Document */

body {
	background-color: #bba87e;
	border-color: #bba87e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal; 
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9D8D6B;
	text-align: justify;
	text-decoration: none;}
.maintext:link {color: #9D8D6B; text-decoration: none;}
.maintext:visited {color: #9D8D6B;}
.maintext:hover {color: #BBA87E;}
.maintext:active {color: #9D8D6B;
}


.greentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal; 
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5F6F5D;
	text-decoration: none;}
.greentext:link {color: #5F6F5D; text-decoration: none;}
.greentext:visited {color: #5F6F5D;}
.greentext:hover {color: #5F6F5D;}
.greentext:active {color: #5F6F5D;
}