address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	cursor: default;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
}

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

a:active {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: none;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #669B67;
	font-weight: bold;
}

.tabletop {
	background-color: #669B67;
	color: #E3EBD5;
	font-weight: bold;
}

table.cellborder, table.cellborder td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.fielderror {
	background-color: #FFB6C1;
	border: 1px solid #FF0000;
}

.formerrors {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	margin: 5px 30px 5px 30px;
	padding: 0px 30px 0px 30px;
}

.requiredfield {
	color: #FF0000;
}

#background {
	background-image: url(images/background.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#container {
	margin-top: 0px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 620px;
}

