	body {
		margin-left: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
		background:#333333;
		color: #ffffff;
		font-family: arial, verdana, arial, sans-serif;
		font-size:11px;
	}
	
	A 		{ color: #666666; /* text-decoration: none; */} 
	A:link		{ color: #666666; text-decoration: none; } 
	A:visited	{ color: #666666; text-decoration: none; } 
	A:active	{ color: #666666;  } 
	A:hover		{ color: #666666; text-decoration:underline; } /* letter-spacing: 1.4em; */
	
	a:link img, a:visited img, a:focus img, a:hover img, a:active img {
		border: 30px #333333 solid;
	}
	
    	.contenttable {
		background-color: #FFFFFF;
		color: #333333;
		padding: 10px;
		text-align:left;
		width: 480px;
		font-weight:normal;
	}
	
    	.menu {
		background-color: #333333;
		background-image:url(tbback.gif);
		color: #ffffff;
		padding: 5px;
		text-align:left;
		font-weight:normal;
	}
	
	.menu2 {
		text-align:right;
		width: 480px;
	}
	
	.copyright {
		background-color: #CCCCCC;
		color:#333333;
		padding:10px;
		text-align:left;
		font-weight:normal;
	}
	
	.hidden {
		display:none;
		color: #999999;
	}
	
	.hidden2 {
		display:none;
		color: #333333;
	}
	
	.style1 {
		color: #FF0000;
		font-weight: bold;
	}
	
	.style2 {color: #FF0000}
