body {
	background-color: #cc0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 15pt;
	list-style-image: url(images/bullet.gif);
}

p {
	font-size: 12pt;
	line-height: 15pt;
}
.sectionHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #820000;
	letter-spacing: 1pt;
}
a:link {
	color: #820000;
	text-decoration: underline;
}
a:visited {
	color: #820000;
	text-decoration: underline;
}
.reportHead {
	font-weight: bold;
	text-transform: uppercase;
}
.date {
	font-size: 8pt
}
.columnHead {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.table {
	border: 2px solid #000000;
}

/* Added for Columns */

#columns {
	width: 600px;
}
#columns .column {
	position: relative;
	width: 46%;
	/*padding: 1%;
	border: none;*/
}
#columns .left {
	float: left;
}
#columns .right {
	float: right;
}.RegForm {
	text-transform: uppercase;
}

/* IMAGE SHADOWS */

.shadow {
	-moz-box-shadow: 4px 4px 5px #999;
	-webkit-box-shadow: 4px 4px 5px #999;
	box-shadow: 4px 4px 5px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
