/* CSS Document */

HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #96ad93;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size:small;
	color:#333333;
}

a:link, a:visited {
	color: #669900; text-decoration: none;
	font-weight: bold;
}

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

.head {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
	font-size: 16px;
	color:#003399;
	font-weight:bolder;
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 10px;
	color:#333333;
	}
	
.newshead {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
}

.tableborder {
	border-bottom: 1px;
	border-color:#1c4fa0;
}

.title {
	border-bottom-width:thin;
	border-bottom-style:inset;
	border-color:#509346;
	margin-bottom: 10px;
}