.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #336633;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.smallgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99CC99;
}
.greenbackground{
	background-color: #99CC99;
	margin : 7 0 0 7;
}

.boxcolor{
	background-color: #CCCC99;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
}
body {
	background-color: #275027;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.style1 {color: #FFFFFF}
a:active {
	text-decoration: none;
}
.pageheading {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* link styles */
a:link {
	color: #FFAA00;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
	text-decoration: none;
	color: #FFD455;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

a:link.page
{
color: #000000;
}
a:hover.page
{
color: #ffffff;
}


#page a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#page a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
#page a:active {
	text-decoration: none;
	font-weight: bold;
}

/* link styles */
#nav {
margin : 0 0 0 0;
padding : 0; 
} 

#nav li {
padding : 0; 
list-style-type : none;
margin-bottom: -12px;
margin-top: 1px;
}

#navigation li{ /* left column navigation */
margin-bottom: 0px;
} 

#nav a, #nav a:visited{
	text-decoration : none;
	text-align: left;
	color:#FFFFFF;
	padding : 5px;
	display : block;
	background-color : #669966;
	border-top : 1px solid;
	border-bottom : 2px solid #006633;
	border-top-color: #99CC00;
} 

#nav a:hover , #nav a:active , #nav a:focus {
	color : #ffffff;
	background-color : #99CC00;
	border-right : 2px solid;
	border-bottom : 2px solid #00AAFF;
}


