body
{
	color:#000000;
	background-color: #2A2A2A;
}

.navigation
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #990000;
	border-bottom: solid 2px #630303;
	border-top: solid 1px #B76060;
	background-image: url(/images/navbar.jpg);
}
.navigation A { color: #ffffff; text-decoration: none;}
.navigation A:hover {color: #ffffff; text-decoration: underline;}

A { color: #ffffff;	text-decoration: none;}
A:HOVER { color: #999999; text-decoration: underline;}

A.signupLink { color: #FFFF00 !important; font-weight:700;}
A.signupLink:hover { color: #ffffff !important; font-weight:700;}

.header  /* header */
{
	border-bottom: solid 1px #000000;
}
.signupContentBox
{
	padding: 20px 20px 20px 20px;
}
.signupImgTitle
{
	border-bottom: solid 1px #FFFFFF;
}
.signupOption
{
	font-weight: 700;
	color: #ff0000;
}
.signupStatus
{
	background-color: #990000;
	border: solid 1px #D60416;
	padding: 10px 10px 10px 10px;
	color:#000000;
}
.promoTxt
{
	font-weight: 700;
	color: #FFff00;
}
.statusTable
{
	border: solid 1px #ffffff;
	background-color: #666666;
}
.status
{
	/*background-image: url(../images/status.jpg);*/
	background-color: #D60416;
	border-right: solid 1px #ffffff;
}
.statusNone
{
	background-color: #2F2F2F;
}
@media print /* for print version */
{ 
	form, body, #content
	{
		background-color: #ffffff;
		color: #000000;
	}
	td, .title
	{
		color: #000000;
	}
	a
	{
		color: #000000;
		font-weight: 700;
		text-decoration: underline;
	}
	.dropdown, .grayLineSm, .grayLineBig, .redline, .formButton, .footerTxt, .downloadImg
	{
		display: none;
	}
	.header
	{
		width:640px;
	}
	.navigation
	{
		display: none;
	}
	.signupContentBox
	{
		width: 640px;
	}
	.signupStatus
	{
		background-color: #efefef;
		border: solid 1px #cccccc;
	}
	.statusTable
	{
		border: solid 1px #000000;
	}
	.signupOption, .boldYellow
	{
		color: #000000;
		font-weight: 700;
	}
	.signupImgTitle
	{
		background-color: #000000;
		padding: 3px;
	}
	#leftbar, #rightbar
	{
		display: none;
	}
}


.footerTxt
{
	color: #000000;	
}

.footerTxt a
{
	color: #000000;	
}

.footerTxt a:hover
{
	color: #999999;
}

.winners
{
	/*border-left: solid 1px #D60416;
	border-right: solid 1px #B75758;*/
	/*border-top: solid 1px #B75758;
	background-color: #990000;
	*/
	border-top: solid 1px #A9A7A7;
	/*border-right: solid 1px #666666;
	border-left: solid 1px #A9A7A7;*/
	background-color: #828181;
}

.signBorder
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #A9A7A7;
	border-right: solid 1px #A9A7A7;
	background-color: #2a2a2a;
}
