body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:auto;
	overflow-y:auto;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4C785;
	text-align: right;
	font-weight: bold;

}
td.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
td.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

li.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	text-align: justify;
	padding-right: 20px;

}
.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #374E5C;
}
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8B6D2A;
}

/* regular links */
a:link {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #374E5C;
	text-decoration: underline;
}
a:active{
	color: #586734;
	text-decoration: none;
}
a:visited {
	color: #586734;
	text-decoration: none;
}

/* copyright links */
a.footer:link {
	color: #E4C785;
	text-decoration: none;
}
a.footer:hover {
	color: #3E5124;
	text-decoration: none;
}
a.footer:active{
	color: #E4C785;
	text-decoration: none;
}
a.footer:visited {
	color: #E4C785;
	text-decoration: none;
}
/*footer link*/
a.footer1:link {
	color: #586734;
	text-decoration: none;
}
a.footer1:hover {
	color: #f1e3c2;
	text-decoration: none;
}