a {
	color: #81AC00;
	font-weight: bolder;
}
a:hover { color: #333333}

ul { list-style-type: square; list-style-position: outside}
h1 {
	font-size: 18px;
	color: #666666;
}

.navborders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}
.boxed {
	background-color: #9EBD0D;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bolder;
}
.navborders2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

.tableborders {
	border: 1px solid #333333;
}
