body { 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #696969;
	background-image: url(images/formgen_fill.gif);
	}
	
h1 {
	font-size: 1.2em;
	}
	
h2 {
	font-size: 1.1em;
	}
	
h3 {
	font-size: 1em;
	}

ol {
	list-style-position: outside;
	}

form {
	margin: 0px;
	}

input {
	float: left;
	}
	
a:link {
	color: #8b0000;
	text-decoration: underline;
	}
	
a:visited {
	color: #b22222;
	}
	
a:hover {
	color: #000000;
	}

#codepage {
	background-image: none;
	}

#sidenote {
	float: right;
	margin-right: 20px;
	width: 240px;
	text-align: left;
	}

#sidenote ul {
	list-style-type: none;
	margin: 0px;
	}

#sidenote ul li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
	}

#page {
	position: absolute;
	left: 100px;
	top: 20px;
	width: 620px;
	height: 520px;
	background-image: url(images/formgen_frame.gif);
	background-repeat: no-repeat;
	padding: 20px;
	}

#account {
	width: 650px;
	margin-top: 16px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 9px solid #c7d1e6;
	padding: 20px;
	}

#footer {
	width: 500px;
	margin-top: 10px;
	margin-left: 0px;
	background-color: #ffffff;
	padding: 5px;
	font-size: 8pt;
	color: #808080;
	}	
		
.level1 {
	margin-left: 10px;
	font-weight: bold;
	}
.level2 {
	margin-left: 30px;
	}
.level3 {
	margin-left: 60px;
	}
.level4 {
	margin-left: 80px;
	}
	
.text2 {
	color: #000000;
	}
		
td {
	font-size: .9em;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #696969;
	padding: 4px;
	}
	
.req {
	font-weight: bold;
	color: #800000;
	}

pre {
	font-size: 12pt;
	color: #000000;
	font-family: Courier, Courier New, fixed-width;
	}
