/* CSS Document */

body {
	background-color: #799d79;
	color: #333333;
font-family: Arial, Helvetica, sans-serif;
}

#outline {border: 1px solid #000000;}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 005824;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



a:link {color: #005824;
    			text-decoration: none;
				font-weight: normal;}

a:visited {color: #005824;
    			text-decoration: none;
				font-weight: normal;}			
				
a:hover {color: #005824;
    			text-decoration: underline;
    			font-weight: normal;}		

a:active {color: #005824;
    			text-decoration: underline;
				font-weight: normal;}


.menu a:link {color: #ffffff;
    			text-decoration: none;
				font-weight: normal;}

.menu a:visited {color: #ffffff;
    			text-decoration: none;
				font-weight: normal;}			
				
.menu a:hover {color: #CCCC99;
    			text-decoration: none;
				font-weight: normal;}		

.menu a:active {color: #CCCC99;
    			text-decoration: none;
				font-weight: normal;}