body {
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
.style3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

h2 {font-size:18px; }
h3 {font-size:16px;}
p {font-size:12px;}

#header {
		width:800px;
		margin:15px auto;
		padding:inherit;
		z-index:10;
		}
		#header h1{
			color:#FFFFFF;
			font-size:12px;
			letter-spacing:1px;
			text-transform:uppercase;
			font-family:Arial, Helvetica, sans-serif;
			padding-bottom:15px;
			}
		#header h2, h3{	 color:#666666;
		}
		#header p { width:750px; text-align:justify; color:#666666;}
		
		#header a {color:#FFFFFF; }
		
#content {
		width:800px;
		margin:0px auto;
		padding:0px;
		z-index:1;
		}
		
		#content a{ color:#666666; font-weight:bold; font-size:12px;}
		#content a:hover { color:#fff; }
		#content h1{
			color:#FFFFFF;
			font-size:12px;
			letter-spacing:1px;
			text-transform:uppercase;
			font-family:Arial, Helvetica, sans-serif;
			padding-bottom:15px;
			}
		#content h2, h3{	 color:#666666; 
		}
		#content p { width:750px; text-align:justify; color:#666666;}
		#content table { color:#666666; border:#999999 solid 1px; padding:5px;}
			#content table tr td { width:130px; line-height:20px; text-transform:uppercase; font-size:12px; }
		
		
		
		
		
