body	{
	background-color: #666666;

  	background-attachment: scroll; 
  	background-repeat: repeat-y; 
  	background-position: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	text-align: center; 
}

a:visited, a:active, a:link {	color: #3366ff;	text-decoration: underline; font-weight:bold;}
a:hover { color: #ff3300; text-decoration: none;  font-weight:bold; }
td, p {	 margin-bottom: 10px; font: .66em verdana, arial, helvetica, sans-serif;  }
h1 {
	font: 1.5em verdana, arial, helvetica, sans-serif;
	color: #990000;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
}
h2 {
	font: 1.1em verdana, arial, helvetica, sans-serif;
	color: #0066cc;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
}
#container {
	background-color: #FFFFFF;
	width: 780px;
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 0px auto 0px auto;
	padding:0;
	text-align: left;
}


#content {
	background: #FFF;
	width:748px;
	padding-top:40px;
	padding-left:20px;
}

#content p, li{
	font: 11px verdana, arial, helvetica, sans-serif;

}


.formfield  { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; }
.button	{
	background-color: #6B4D7F;
	color: #FFF;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.table {
	border: 1px solid #333;
}
.tableheader {
	color: #FFF;
	font-weight:bold;
	background-color: #6B4D7F;
	text-decoration: none;
}

.required {
	color:#cc3300;
	font-weight:bold;
}

