body {
		font-family: trebuchet MS, verdana, arial, sans-serif; 
		font-color: #000000;
		font-size: 100%;
		margin: 0px 0px 0px 0px; 
		background-color:#333333;
		}
		
td {
		font-size: 100%;
		}
		
#Header {
		font-color: #FFFFFF;
		background-color: #FFFFFF;
		background-image: url(images/site3/topbar.jpg);
 		background-repeat: no-repeat;
		height: 60 px;
		width: 760 px;
		} 

#Footer {
		font-size: 65%;
		background-color: #FFFFFF;
		margin: 0px 12px 0px 12px; 
		background-image: url(images/site3/TableBottom_120H.jpg);
		background-repeat: no-repeat;
		height: 120 px;
		width: 760 px;
		}

#TextArea { 
		font-size: 80%;
		background-color: #FFFFFF;
		margin: 0px 12px 0px 12px;
		background-image: url(images/site3/tableBG.jpg);
		background-repeat: repeat-y;
		width: 760 px;
		}
		
#Links	{  		
		font-size: 65%;
		font-color: #000000;
		background-color: #333333;
		margin: 0px 12px 0px 12px;
		width: 760 px;
		}

h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase; 
		font-weight: bold; 
		margin: 0px 12px 8px 12px;
		}

h1 {
	font-size:180%;
	color:#FFFFFF; 
	margin-bottom: -.5em; 
	letter-spacing: -.03em;
	}

h2 {
	font-size: 180%;
	color:#333333;
	margin-bottom: -.5em;
	letter-spacing: -.03em; 
	}

h3 {
	font-size: 180%;
	color:#333333;
	letter-spacing: -.03em; 
	}

h4 {
	font-size: 150%;
	color:#000000; 
	margin-bottom: -.9em;
	}

h5 {
	font-size: 120%;
	color:#000000; 
	margin-bottom: -.9em;
	}

h6 {
	font-size: 85%;
	color:#160531; 
	margin-bottom: -.9em; 
	text-decoration: underline;
	}

hr {
	color: #333333; 
	height : 5px; 
	width: 60%; 
	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: #FF0000;
		}