* {
/*padding: 0;
margin: 0;*/
}
TD, SPAN, LI, body { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif;  text-align:left;}
html, body {
height: 100%;
background-color:#ffffff;
}
#container {
   
/*background-color: #DDD;
border-left: 2px solid #666;
border-right: 2px solid #666;*/
width: 800px;
min-height: 100%;
text-align:center;
margin: 0 auto;
}


* html #container {
height: 100%;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}
.header_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:bold;
	color: #86328b;
}
.header_purple2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	color: #86328b;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #c0c0c0;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ff0000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #000000;
	text-indent: 1pt;
	border: 1px solid #666666;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-color: #f7921c;
    height: 25px;
	color: #000000;
	border-top: 1px solid #e4891e;
	border-bottom: 1px solid #e4891e;
	border-right: 1px solid #e4891e;
	border-left: 1px solid #e4891e;
	background: url(images/button_bg.gif);
	background-repeat:repeat;
	padding-left: 0.5em;
	padding-right: 0.5em;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}
