a:link {
	color: #801DB9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99FF;
}
a:hover {
	text-decoration: none;
	color: #FF99FF;
}
a:active {
	text-decoration: none;
	color: #A01EE7;
}
body 
{ 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #E3AAFF;
}
div.header 
{
    margin-top: -10px;
	margin-left: -10px;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.layer {
	width: 780px;
	height: 650px;
	float: none;
	z-index:2;
	overflow: hidden;
}
.style1 {
	font-family: AvantGarde Bk BT;
	font-size: 	8pt;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.style3 {
	font-family: AvantGarde Bk BT;
	font-size: 	14pt;
	font-weight: bold;
}
.style4 {
	font-family: AvantGarde Bk BT;
	font-size: 	10pt;
	color: #000000;
	}
.style5 {
	font-family: AvantGarde Bk BT;
	font-size: 	10pt;
	font-weight: bold;
	font-style: italic;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	20pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	14pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.style8{
	font-family: AvantGarde Bk BT;
	font-size: 	10pt;
	font-weight: bold;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	8pt;
	font-style: italic;
	color: #FFCC99;
}
.style10 {
	font-family: AvantGarde Bk BT;
	font-size: 	10pt;
	font-style: italic;
	color: #000000;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	14pt;
	font-style: italic;
	color: #FFCC99;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	6pt;
	font-weight: bold;
	color: #000000;
}
.table1 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px;
	z-index: 3;
}
div#container {
	width: 500px;
	margin-left: 70px;
	border: 1px solid #bac5d6;
	padding: 15px;
	background: #E3AAFF;
}

div#errors {
	width: 500px;
	margin:0 auto;
}
label {
	float: left;
	width: 270px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}