body { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background: #33715a;*/
	}

h1 {
	font-size: 22px;
	font-weight: bolder;
}
hr {
	color: #fff; background-color: #fff; border: 1px dotted #AAAAAA; border-style: none none solid;
}
#nav {
	position: relative;
	left: -15px;
	}
#nav ul {
	list-style-type: none;
	}
#nav a:link, #nav a:visited {
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF; 
	background-color: #333333;
	width: 150px; 
	display: block;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	font-weight: bolder;
	}
#nav a:hover {
	background-color: #666666;
	}
.required{ color:blue;}
.optional{ color:gray;}
