.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6D5032;
	text-decoration: underline;
}
a:visited {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6D5032;
	text-decoration: underline;
}
a:hover {


	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}
a:active {



	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}

/* ================================================ NEW ======================================== */
/* ------ headings */
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin:0 auto 5px;
	padding:0;
	color:#6d5032;
	text-align:left;}
