
	body { 
		margin: 1em 1em; 
		background: #000040 url(../images/bg.gif); 
		font-family: Arial, verdana, Helvetica, sans-serif; 
		}
		
	A:link {
		text-decoration: none;
		color: #0000FF;
		BORDER-BOTTOM: #0000FF 1px solid;
		}
	A:visited {
		text-decoration: none;
		color: #800080;
		BORDER-BOTTOM: #C0C0C0 1px solid;
		}
	A:active {
		text-decoration: none;
		color: #FF0000;
		BORDER-BOTTOM: #FF0000 1px dashed;
		}
	A:hover {
		text-decoration: none;
		color: #FF8000;
		BORDER-BOTTOM: #FF8000 2px dashed;
		background: none;
		}
	
	h1 { 
		font-size: 2.5em; 
		color: #000080; 
		margin: 0.5em 0em 1.0em; 
		}
	
	h2,h3,h4 { 
		color: #0000A0; 
		margin: 1.5em 0em 1.0em; 
		}
	
	.red { color: red }
	
	.listing {
		border-bottom: 1px dashed #C0C0C0;
		padding-bottom: 20px;
		}
		
	li,ul,ol {
		line-height: 160%; 
		}
	
	table { 
		background: white; 
		border: 6 outset #C0C0C0;  
		}
	
	.content_container { 
		font-size: 80%; 
		line-height: 150%; 
		color: #000000;  
		background: #FFFFFF; 
		padding: 0 20 20; 
		}
	
	.navbox { 
		text-align: center;
		font-size: 12px; 
		border: 0px solid #C0C0C0; 
		background: #ffffff; padding: 5 5 20; 
		}
	
	.box { 
		color: #000000; 
		border: 1px solid black; 
		background: #CCFFCC; 
		padding: 10px; 
		}
		
	.copyright { 
		text-align: center; 
		font-size: 11px; 
		color: #808080; 
		padding: 20 0 0; 
		}
