body {
		font-family: verdana, arial, sans-serif; 
		font-color: #000000;
		font-size: 100%;
		margin: 20px 20px 20px 0px; 
		background-color:#00217F;
		}
		
td {
		font-size: 100%;
		}
		
#Header {
		font-color: #00217F;
		background-color: #FFFFFF;
		background-image: url("images/topCenter.jpg");
 		background-repeat: no-repeat;
		height: 150 px;
		width: 440 px
		}
		
#Left	{
		width: 165 px;
		font-family: tahoma small cap;
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: arial narrow;
		font-weight: bold;
		font-size: 75%;
		}	


#Footer {
		font-size: 60%;
		margin: 0;
		padding: 0 30px;
		background-image: url("images/bottom.jpg");
		background-repeat: no-repeat;
		height: 60 px;
		width: 950 px;
		}

#TextArea { 
		font-size: 85%;
		margin: 15 40 20 15px;
		width: 785 px;
		}
		
#Links	{  		
		font-size: 75%;
		font-color: #000000;
		text-align: center;
		background-image: url("images/tableBg.jpg");
		margin: 0;
		padding: 10 30px;
		width: 950 px;
		}

h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase; 
		font-weight: bold;
		margin: 0px 12px 8px 0px;
		}

h1 {
	font-family: arial black;
	font-size:135%;
	color:#00217F; 
	margin-bottom: -.2em; 
	letter-spacing: -.03em;
	}
	
#Header h1 {
	font-size:100%;
	color:#00217F; 
	margin-bottom: -.8em; 
	letter-spacing: -.03em;
	}

h2 {
	font-size: 130%;
	color:#00217F;
	margin-bottom: -.5em;
	letter-spacing: -.03em; 
	}
	
#Header h2 {
	font-family: tahoma small cap;
	font-size:110%;
	text-transform: none;
	color:#000000; 
	margin-bottom: -.5em; 
	letter-spacing: -.03em;
	}


h3 {
	font-size: 120%;
	color:#00217F;
	letter-spacing: -.03em; 
	}

h4 {
	font-size: 120%;
	color:#000000; 
	margin-bottom: -.9em;
	}

h5 {
	font-size: 120%;
	color:#000000; 
	margin-bottom: -.9em;
	text-decoration: underline;
	}

h6 {
	font-size: 85%;
	color:#160531; 
	margin-bottom: -.9em; 
	text-decoration: underline;
	}

hr {
	color: #FF0000; 
	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;
		}