body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color: #970101;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #fff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: underline;
	color: #fff;
}


.content_top {
	background-image: url(../images/content-bg-top.gif);
	background-repeat: no-repeat;
}


.fineprint {
	font-size: 11px;
}

.table_row1 {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	cursor: pointer;
	cursor: hand;
}
.table_rowsep {
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	cursor: pointer;
	cursor: hand;
}
.table_row2 {
	color: #000;
	cursor: pointer;
	cursor: hand;
}
.ReqField {
	color: #FF8080;
}
.ErrorMsg {
	font-weight: bold;
	background-color: #000;
	color: #f00;
	padding: 2px;
}
.AddParticipantsTable {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #970101;
}



/* footer
----------------*/
.footer_links {
	font-size: 12px;
}
a.footer_links {
	font-size: 12px;
}
a.footer_links:hover {
	font-size: 12px;
	color: #ffb2b2;
	text-decoration: underline;
}
.footer_copyright {
	font-size: 11px;
}
a.footer_copyright {
	font-size: 11px;
}
a.footer_copyright:hover {
	font-size: 11px;
	color: #ffb2b2;
	text-decoration: underline;
}