body {
	background-color: #FF9900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEDECA;
	margin: 0px;
	padding: 0px;
}

td, th {
	color: #99CCCC;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4, th {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a:link {
	color: #FFFF33;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
	text-decoration: none;
}

a:hover {
	color: #FFFF33;
	text-decoration: underline;
}


a:active {
	color: #FFFF33;
	text-decoration: none;
}

.maintable {
	background-repeat: no-repeat;
	background-position: top;
	background-color: #330099;
}
.flash {
	border: medium double #33CCFF;
}
.required {
	font-weight : normal;
	color : red;
}
.content {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	border: 0;
	width: 650px;
}
.contenttable {
	border: thin solid #33CCFF;
}
