

 	body, TD {
		margin:20px 20px 20px 20px;
		background: #036;
		font-family: verdana, arial, sans-serif; 
		font-size: 10px; 
		color: #000; 
		}
	A 			{ color: #CCC; }
	A:link		{ color: #FFF; }
	A:visited	{ color: #CCC; }
	A:active	{ color: #CCC; }
	A:hover		{ color: #CCC; }
	
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	
	.title { 
		font-family: verdana, arial, sans-serif; 
		font-size: 18px; 
		color: #FFF; 
		text-transform: uppercase;
		font-weight:bold; 
		}		
		

	
	.subtitle { 
		font-family: verdana, arial, sans-serif; 
		font-size: 13px; 
		color: #CCC; 
		text-transform: uppercase;
		font-weight:bold; 
		}		
		
	.basic { 
		font-family: verdana, arial, sans-serif; 
		font-size: 11px; 
		color: #CCC; 
		}						

	select.dark {
		background-color: #CC6633; 
		font-size: 12px; color: 333333;
		}
		
		
	select.light {
		background-color: #FFFFFF; 
		font-size: 12px; 
		color: 666666;
		}
