/* CSS Document */
body{
background-color:#003300;
	padding-top: 40px;
	}
#header{
	padding: 0px 0px 0px 0px;	
}
	
	#menutext{
		font: 12px Arial, helvetica, sans-serif;
		font-weight: bold;
		color: #336633;}
		
	#menutext a{
		font: 12px Arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #000000;}
		
	#menutext a:hover{
		font: 12px Arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
		color: #336633;}
		
	#submenutext{
		font: 10px Arial, helvetica, sans-serif;
		color: #336633;}
		
	#submenutext a{
		font: 9px Arial, helvetica, sans-serif;
		color: #336633;}
		
	#submenutext a:hover{
		font: 9px Arial, helvetica, sans-serif;
		text-decoration: underline;
		color: #336633;}
		
	#maintext {
		font: 13px Arial, helvetica, sans-serif;
		color: #000000;}
		
	#maintext2 {
		font: 16px Arial, Helvetica, sans-serif;
		color: #000000;}
	
	.copytext {
		font: 10px times new roman, courier, garamond, serif;
		color: #336633;}

	.copytext a{
		font: 10px times new roman, courier, garamond, serif;
		text-decoration: none;
		color: #336633;}
		
	.copytext a:hover{
		font: 10px times new roman, courier, garamond, serif;
		text-decoration: underline;
		color: #000000;}
		
	.copytext2 {
		font: 12px times new roman, courier, garamond, serif;
		color: #336633;}

	.copytext2 a{
		font: 12px times new roman, courier, garamond, serif;
		text-decoration: none;
		color: #336633;}
		
	.copytext2 a:hover{
		font: 12px times new roman, courier, garamond, serif;
		text-decoration: underline;
		color: #000000;}
		
	a img { border: none ; }
