body {
	background: #FFF;
	color: #333;	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#titleblock {
	width: 576px;
	text-align: center;
	padding:  0;
	margin: 0 auto;
	}	
	
#content {
	width: 372px;
	text-align: left;
	padding:  0;
	margin: 0 auto;
	}	
	
#footer {
	font-size: 10px;
	color: #333;
	width: 372px;
	text-align: center;
	padding:  100px 0 10px 0;
	margin: 0 auto;
	}	
	
a {
	color: #369;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;	
	}
	
a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
	
img {
	border: 0;
	}	
	
h1 {
	height: 200px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(_img/title.png) no-repeat;
	}
	
h2 {
	color: #000;
	font-size: 10px;
	line-height: 11px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0 0 0;
	padding: 0;
	}	
	
.caps {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px
}	
	
textarea {
	width: 372px;
	border: 1px solid #CCC;
	font-size: 11px;
	}	
	
#chart {
	height: 234px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(_img/chart.png) no-repeat;
	}	
	
#badge {
	height: 150px;
	width: 120px;
	text-indent: -9999px;	
	text-align: center;
	padding:  0;
	margin: 0 auto;
	background: url(_img/badges/sample.gif) no-repeat;
	border: 1px solid #000;
	}		
	
