@charset "UTF-8";
/* CSS Document */
body {
	margin:20px;
	background-image: url('../img/diag_stripe_bg_small.gif');
	background-repeat: repeat;
	color: #333333;
	background-color:#000000;
	text-align:center;
	min-width:750px;
}

p { color: #333; font-family: "Georgia",Times New Roman,Times,serif; font-size: 12px; line-height: 20px; margin:0px; padding: 0px; text-align: justify; }

.warning_pos{
	/* class for warning swf object */
	z-index:2;
	position:absolute;
	right:20px;
}

div, br{
	padding:0px;
	margin:0px;
}

/*
|-----------------
|	Header
|-----------------
*/
.headerImage{
	border:0px;
	margin:0px;
	padding:0px;
}


/*
|-----------------
|	Footer
|-----------------
*/
.footer, .footer a:link, .footer a:visited{
	color: #d5c5a1;
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	text-decoration:none;
}

.footer .copyright{
	font-family: "Georgia",Times New Roman,Times,serif;
	font-weight:bold;
}

.footer .legal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:hover{
	text-decoration:underline
}

.footer a:active{
	color:#660000;
}

/*
|-----------------
|	Legal Pages & Site Registration
|-----------------
*/
.background{
	background-color: #e5dcbf;	
	color: #333333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height: 20px;
	padding:20px;
	text-align:left;
	width:745px;
}
.chapter_title{
	font-family: "Times New Roman",Times,serif;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
}
.section_title{
	font-weight:bold;
}
.background a:link, .background a:visited, .background a:active{
	color:#660000;
	text-decoration:none;
}
.background a:hover{
	text-decoration:underline;
}
.hidden{ /* Class is needed to let swfObject hide/show the required portions of the registration page */
	width:0px;
	height:0px;
}

/*
|-----------------
|  Sweeps Legal
|-----------------
*/
.sweepslegal {
	width:818px;
	line-height:12px;
	font-size:9px;
	font-style:italic;
	color:#D5C5A1;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}