body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000000' ,endColorStr='#ffffff' ,gradientType= '0' );
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008641;
}
a:link {
	color: #008641;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #008641;
}
a:hover {
	text-decoration: none;
	color: #E2D455;
}
a:active {
	text-decoration: underline;
	color: #008641;
}
a {
	text-decoration: underline;
	color: #008641;
}
	
/***** HEADING TEXT ******/

.bodytextleft {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.bodytextleftbold {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.bodytextcenter {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.bodytextcenterbold {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.bodytextleftbold {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.bodytextright {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.bodytextrightbold {
	font-size: 11px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

.titletextbold {
	font-size: 14px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menutext {
	font-size: 10px;
	text-align:left;
}

/***** HEADING TEXT ******/

.headingtextleft1 {
	font-size: 20px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.headingtextcenter1 {
	font-size: 20px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.headingtextright1 {
	font-size: 20px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.headingtextleft2 {
	font-size: 30px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.headingtextcenter2 {
	font-size: 30px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.headingtextright2 {
	font-size: 30px;
	color: #008641;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/***** TOP NAVIGATION *****/

#topnav {
	background:url(images/bg_nav.jpg) top left repeat-x; 
	height:40px; 
	font-family:Tahoma, Verdana, Arial; 
	font-size:12px; 
	width:589px;
}

#topnav a:link {
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	color: #ebe9c2;
	text-decoration: none;
}
#topnav a:visited {
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	text-decoration: none;
	color: #E2D455;
}
#topnav a:hover {
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	text-decoration: underline;
	color: #E2D455;
}
#topnav a:active {
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	text-decoration: none;
	color: #ebe9c2;
}