BODY {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top:0;
}
H1 {
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 8px;
}
H2 {
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 8px;
}
P {
	margin-top: 5px;
	margin-bottom: 8px;
}
A {
	color: #333;
	text-decoration: underline;
}
A:hover {
	color: #cc0000;
}
UL {
	margin-left: 10px;
}
UL LI {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 20px;
	
}
.cleaner { clear:both; height:0px; font-size:0px; border:none; margin:0; padding:0; background:transparent; overflow:hidden; }

table {
	border:1px solid #666;
	border-collapse:collapse;
}
td, th {
	border:1px solid #666;
	padding:5px;
}
.center-left {
	margin:0 auto;
}
.text-right {
	text-align:right;
}