body {
	background-color:#FFFFFF;
        background-image: url(images/top.jpg);
        background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
}

.bottom {
	background-color:#FFFFFF;
        background-image: url(images/bottom.jpg);
        background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
	border:solid; 
	border-color:#000033; 
	border-width:2px; 
	width:800px;
	height:350px;
}

a:visited {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: normal; 
	color: #333333; 	
	text-decoration: underline;
}

a:link {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: normal; 
	color: #333333; 	
	text-decoration: underline;
}

a:hover {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: normal; 
	color: #666666; 	
	text-decoration: underline;
}

a:active {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: normal; 
	color: #333333; 	
	text-decoration: underline;
}


a.nav:visited {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: bold; 
	color: #FFFFFF; 	
	text-decoration: none;
	padding:5px;
}

a.nav:link {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: bold; 
	color: #FFFFFF; 	
	text-decoration: none;
	padding:5px;
}

a.nav:hover {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: bold; 
	color: #CCCCCC; 	
	text-decoration: none;
	padding:5px;
}

a.nav:active {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	font-weight: bold; 
	color: #FFFFFF; 	
	text-decoration: none;
	padding:5px;
}

td {  
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px; 
	color: #000033; 
	font-style: normal;	
	text-decoration: none;
}
hr {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000033;
	height:1px;
}