body {
		font-family: verdana, arial, sans-serif; 
		color: #000189;
		font-size: 100%;
		margin: 0px 0px 0px 0px; 
		background-color:#B6B6B6;
		}
		
td {
		font-size: 100%;
		}
		
#Header {
		color: #FFFFFF;
		background-color: #FFFFFF;
		background-image: url(test1/test1images/head.jpg);
 		background-repeat: no-repeat;
		height: 43 px;
		width: 760 px;
		padding-left: 10px;
		}
		
#Tag	{
		color: #000000;
		font-family: arial black, verdana, arial, sans-serif;
		font-size: 112%;
		font-style: italic;
		font-variant: small-caps;
		text-align: center;
		background-color: #FFFFFF;
		background-image: url(test1/test1images/midRight.jpg);
 		background-repeat: no-repeat;
		height: 42 px;
		width: 603 px;
		}
		
#Nav {
		background-color: #FFFFFF;
		background-image: url(test1/test1images/navBar.jpg);
		width: 157 px;
		padding: 0 6 px;
		font-size: 70%;
		text-align: center;
		vertical-align: top;
		}
	   
	   
#Footer {
		background-color: #FFFFFF;
		padding: 0 12px; 
		background-image: url(test1/test1images/body.gif);
		background-repeat: repeat-y;
		width: 603 px;
		text-align: center;
		font-size: 65%;
		padding: 10 12px;
		}

#TextArea { 
		font-size: 85%;
		background-color: #FFFFFF;
		padding: 0 12px;
		width: 603 px;
		background-image: url(test1/test1images/body.gif);
		background-repeat: repeat-y;
		}
		
#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;
		color: #000189; 
		}

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; 
	}

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: #000189; 
	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: #FF0000;
		}