
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
	
/* standard page fonts */
	
body, p, th, td, table, span, div, a {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #000000;
	list-style: square outside;
}

	
th{
	text-align : left;
	background-color : #006633;
	color : #FFFFFF;
	font-weight: bold;
	text-indent: 1px;
}

form, input {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

a, a:link {color: black; background-color: transparent; text-decoration: underline;}
a:visited {color: black; background-color: transparent; text-decoration: underline;}
a:active {color: black; background-color: transparent; text-decoration: underline;}
a:hover {color: gray; background-color: transparent; text-decoration: underline;}

h1 { color: #006633; background-color: transparent; font-size: 200%; margin-top: 0px; margin-bottom: 5px;  font-weight: bold; clear: left;}
h2 { color: #006633; background-color: transparent; font-size: 180%; margin-top: 0px; margin-bottom: 4px;  font-weight: bold; clear: left;}
h3 { color: #006633; background-color: transparent; font-size: 160%; margin-top: 0px; margin-bottom: 4px;  font-weight: bold; clear: left;}
h4 { color: #006633; background-color: transparent; font-size: 140%; margin-top: 0px; margin-bottom: 3px; font-weight: bold; clear: left;}
h5 { color: #006633;  background-color: transparent; font-size: 120%; font-weight: bold; margin-top: 0px; margin-bottom: 2px; clear: left;}
h6 { color: #006633; background-color: transparent; font-size: 100%; font-weight: bold; margin-top: 0px; margin-bottom: 2px; clear: left;}

.defaultrule{
	border-bottom: 1px dashed #006633;
	margin: 0px 0px 6px 0px;
	width: 100%;
}

/* Default Form Buttons */

.btntext, .smbtntext{
	background-color : #DFE3EF;
	color : #000000;
	font-size: 90%;
	font-weight: bold;
	line-height : 14px;	
}

/* White text */
.white {
	color:#FFFFFF;
	}

/* Menu Style */

#menu{
	background: #006633;
	width: 720px;
	height: 16px;
	color:#FFFFFF;
	font-size: 70%;
	font-weight: bold;
}

/* White Links for Top Menu */

a.autilnav:link, a.autilnav:visited, a.autilnav:active,
a.autilnavs:link, a.autilnavs:visited, a.autilnavs:active {color: white; background-color: transparent; text-decoration: none;}
a.autilnav:hover, a.autilnavs:hover {color: white; background-color: transparent; text-decoration: underline;}

/* Main Body Content */

#body{
	padding: 10px;
	font-size: 80%;
}

/* Green Side Bars */

.greenbar{
	background-color:#006633;
	color:#FFFFFF;
	font-size: 70%;
}