body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.head1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
.head2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:link { 
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:visited { 
	text-decoration: none;
	color: #FFCC33;
	font-weight: bold;
}
a:hover { 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
.lWrap {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.rWrap {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
.clear {
	clear: both;
	margin-top: 25px;
}
.spacer {
	clear: both;
	margin-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #990002;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
