* html, body {
	background-color: #D9D9D9;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 30px;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom: 30px;
}

table.container {
	text-align: left;
	background-color: #FFFFFF;
}

ul#nav {
	font-size: 18px;
}

#nav, #nav ul {
	list-style: none;
	float : left;
	padding: 0;
	margin: 0;
}
	
#nav li {
	float: left;
	margin-bottom: 0;
	padding-left: 18px;
	padding-right: 18px;
}	
	
#nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
	
#nav li a:hover {
	text-decoration: underline;
	}

#nav .line {
	border-right: 1px solid #ffffff;
}

hr.copyright {
	width: 500px;
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
}

td.content hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
}

td.content h1 {
	font-size: 24px;
	color: #5CB230;
	font-weight: bold;
	margin:0px;
}

td.content h2 {
	font-size: 18px;
	color: #FF0000;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	margin:0px;
}

td.content p {
	margin:0px;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
}

td.content a:link, td.content a:visited {
	color: #ff0000;
	text-decoration: underline;
}

td.content a.active:link, td.content a.active:visited, td.content a:hover {
	color: #ff0000;
	text-decoration: underline;
}

td.copyright {
	text-align: center;
}

td.user {
	font-size: 12px;
	color: #FFFFFF;
}

td.user a:link, td.user a:visited {
	color: #FFFFFF;
}

td.user a.active:link, td.user a.active:visited, td.user a:hover {
	color: #C0C0C0;
}

td.formHeading {
background-color: #9FE366;
color: #000000;
font-weight: bold;
}

td.formCol1 {
background-color: #BBE995;
}

td.formCol2 {
background-color: #D5F3BC;
}

td.formCol3 {
background-color: #EBFFDA;
}

.formHeading {
font-size: 14px;
color: #000000;
font-weight: bold;
}

.formSubHeading {
font-size: 14px;
color: #000000;
}

.formItem {
font-size: 12px;
color: #000000;
}

.formSmall {
font-size: 10px;
color: #000000;
}

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

.required {
color: #FF0000;
font-weight: bold;
}

.required2 {
color: #44AA0E;
font-weight: bold;
}

.small {
font-size: 9px;
}

.verysmall {
font-size: 7px;
}

input.text, textarea, select {
	font-size: 12px;
}

input.submit {
font-size: 12px;
}

img {
	border: 0;
}