/*main class for body*/

body {
	font-family: Georgia, Times New Roman, Arial;
	background-color: #efecda;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 40;
}


/*copyright class*/

.copyright {
color: #333333;	
font-size: 10px;
}


/*green classes*/

.green_11 {
color: #006B33;	
}

.green11_bold{
	color: #006B33;
	font-weight: bold;
}

.green_15_bold{
	color: #006B33;
	font-size: 15px;
	font-weight: bold;
}

.green_18_bold{
	color: #006B33;
	font-size: 18px;
	font-weight: bold;
}


/*default links*/

a:link, a:visited {
	color: #006B33;
	text-decoration: none;
}    

a:hover {
	color: #333333;
	text-decoration: none;
}

/*header links*/

a.top_nav:link, a.top_nav:visited {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

a.top_nav:hover {
	color: #006B33;
	font-size: 12px;
	font-weight: bold;
}

/*left navigation links*/

a.left_nav:link, a.left_nav:visited {
	color: #006B33;
	font-size: 14px;
	font-weight: bold;
}

a.left_nav:hover {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}


/*copyright links*/

a.copyrightlink:link, a.copyrightlink:visited {
	color: #006B33;
	font-size: 10px;
	text-decoration: none;
}

a.copyrightlink:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
	
