html, body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Century Gothic;
	font-size: 14px;
	background-position: top;
}

.style1 {
	font-family: "Century Gothic";
	font-size: 19px;
	font-weight: bolder;
}
.style2 {
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: bolder;
	color: #662D91;
}
.style10 {font-family: "Century Gothic"; font-size: 24px; font-weight: bolder; color: #662D91;}
hr.style10 {background: #662D91; margin: 0; padding: 0;}

#maincontent {
	margin: 0; padding: 0;
}
/*
#maincontent p {
	margin: 0; padding: 3px 10px 5px;
}*/

/* Next Part */
a {
	color: #330066;
	font-weight:bold;
}
a:hover {
	color: #7DDDA0;
}


ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
ul.style9 {list-style-type:disc}

h1 {
	margin: 2px 0 0;
	padding: 10px;
	font-size: 1.2em;
}

h3 {
	margin: 2px 0 0;
	padding: 10px;
	font-size: 1.2em;
}
p{
	margin: 2px 0 0;
	padding: 3px 10px 5px;
}

form {
	margin: 0;
	display: inline block;
	font-size: 11px;
	color: #000000;
/*	line-height: 20px; */
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
img { border: none;
	  display: inline block;
	  margin: 0;
	  padding: 0;
}

.bodyText {	font-size:11px;
	color:#000000;
/*	line-height:20px; */
	margin-top:0px;
}
.centerText {
        text-align: center;
}

.regUpdate {
	color: black;
}

.regUpdate h3 {
	color: black;
}

.regUpdate  td {
	color: black;
}

.navigation {
	background-color: #FFFFFF;
	width: 150px;
}

.navigation a {	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	font-weight: bold;
	padding:8px 6px 10px 26px;
	font-size: 11px;
}
.navigation a:hover {
	color: red;
}
.navigation td { border-bottom: 2px solid #C0DFFD;
	color: brown;
}
.red {
	color: red;
}
.reset {
	margin-left: 30px;
}
.smallText {
	font-size: 9px;
}

