body {
		font-family: tahoma, arial, sans-serif; 
		color: #000000;
		font-size: 110%;
		margin: 10px 0px 15px 0px; 
		background-color:#006600;
		}
		
td {
		font-size: 100%;
		}
			

		
#Nav {
		font-family: arial narrow, arial, sans-serif;
		width: 160 px;
		padding: 0 0 px;
		background-image: url(graphics/navBg.jpg);
		background-repeat: repeat;
		font-size: 85%;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
		}
	   
	   
#Footer {
		background-color: #FFFFFF;
		color: #000000;
		background-image: url(graphics/footer.jpg);
		background-repeat: no-repeat;
		width: 760 px;
		text-align: left;
		font-size: 65%;
		padding: 10 12px;
		}

#TextArea { 
		font-size: 85%;
		background-color: #FFFFFF;
		background-image: url(graphics/textBg.jpg);
		padding: 0 12px;
		width: 600 px;
		background-repeat: repeat;
		}
		
#Links	{  		
		font-size: 80%;
		font-color: #000000;
		text-align: center;
		margin: 0px 12px 0px 12px;
		width: 550 px;
		}

h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase; 
		font-weight: bold;
		color: #006600; 
		}

h1#white {
	font-size:180%;
	color: #FFFFFF;
	letter-spacing: -.03em;
	margin-bottom: -.01em;
	}

h1 {
	font-size:150%;
	letter-spacing: -.03em;
	margin-bottom: -.5em;
	}	
	

h2 {
	font-size: 140%;
	margin-bottom: -.9em;
	letter-spacing: -.03em; 
	}

h3 {
	font-size: 130%;
	letter-spacing: -.03em;
	margin-bottom: -.9em; 
	}

h4 {
	font-size: 120%;
	margin-bottom: -.9em;
	}

h5 {
	font-size: 110%; 
	margin-bottom: -.9em;
	}

h6 {
	font-size: 85%; 
	margin-bottom: -.9em; 
	text-decoration: underline;
	}

hr {
	color: #006600; 
	height : 5px; 
	width: 75%; 
	text-align: center;
	margin-bottom: -5px;
	margin-bottom: -5px; 
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	}

a:hover {
	text-decoration: underline overline;
		color: #FFFFFF;
		background-color: #006600;
		}