body {
	background-color: #9eb28f;
	font-family: verdana;
	font-size: 12px;
	color: #000;
	}
	
a {
	color: #000;
	}
	
a:hover {
	color: #756e54;
	}

a:active {
	color: #2a32a6;
	}
	
#forms_table {
	padding: 6px;
	background: url('images/2.jpg') no-repeat right;
	width: 100%;
	}
	
#fileshare_table {
	padding: 6px;
	background: url('images/1.jpg') no-repeat right;
	width: 100%;
	}

.navlinks 	{
	display: block;
	background-color: #fff;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;	
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px !important;
	height: 25px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}
	
.navlinks:hover {
	display: block;
	background-color: #fff;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px !important;
	height: 25px;
	text-decoration: underline;
	border-bottom: 2px solid #fff;
	}
	
.navlinks:active {
	display: block;
	background-color: #756e54;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px !important;
	height: 25px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}

#top_table {
	width: 960px;
	background-color: #9eb28f;
	text-align: center;
	padding-right: 18px;
	}

#main_table {
	border: 1px solid #333;
	width: 960px;
	background-color: #fff;
	text-align: left;
	padding: 4px;
	}
	
#services_table {
	width: 100%;
	background-color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #ECE9D8;
	}

.services_link {
	color: #000;
}
	

.services_link:hover {
	background-color: #756e54;
	padding: 0px;
	color: #fff;
	}

#td_top {
	width: 960px;
	height: 60px;
	text-align: right;
	}
	
#td_bot_left {
	width: 200px;
	vertical-align: top;
	border-right: 1px solid #ECE9D8;
	}
	
#td_bot_right_copy {
	width: 760px;
	height: 400px;
	vertical-align: top;
	padding-left: 10px;
	background-color: #fff;
	}

#td_bot_right {
	width: 760px;
	height: 400px;
	vertical-align: top;
	padding: 0px;
	background-color: #fff;
	}
	
.header {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: underline;
	}
	
.bold {
	font-weight: bold;
	}
	
.normal {
	font-size: 12px;
	font-weight: normal;
	}
	
.small {
	font-family: verdana;
	color: 000;
	font-size: 10px;
	}
	
.small_bold {
	font-family: verdana;
	color: 000;
	font-size: 10px;
	font-weight: bold;
	}