/* CSS Document */

body {background-color: #898989;}

td, p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000033;
	}
	
A:Link {
	COLOR: #cc0000; 
	text-decoration: underline; 
	}
		
A:Active {
	COLOR: #cc0000; 
	text-decoration: underline; 
	}
	 
A:Visited {
	COLOR: #cc0000; 
	text-decoration: underline; 
	}

/* Main background */		  
td.main { 
	background-image: url(images/main_background.gif);
	background-repeat: no-repeat;
	height: 551px;
	width: 570px
	}	  
		
/*Main content table */		
table.maincontent { 
	padding: 25px
	}
	
/*Main content scroll */
#MainCopyDiv { 
	width: 509px; 
	height: 270px; 
	overflow: auto
	}	

/*Header- Title */		
td.header {
	font-family: "trebuchet ms"; 
	font-size: 20px; 
	color: #000033; 
	font-weight: bold;
	}
	
/*Footer */	
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}