/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
A:link {
	color: #FFF;
	text-decoration: underline;
}
A:visited {
	color: #FFF;
	text-decoration: underline;
}
A:active {
	color: #FFF;
	text-decoration: underline;
}
A:hover {
	color: Yellow;
	text-decoration: underline;
}
body {
	margin: 0px 0px 0px;
	background-color: #008080;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
.center {
	text-align: center;
}
.small {
	font-size: smaller;
}
.left {
	text-align: left;
}
.message {
	color: Navy;
}
hr.line {
	border-bottom-width: thin;
	border-bottom-color: White;
	border-bottom-style: solid;
	width: 200px;
	text-align: left;
	float: left;
	margin-top: 5px;
}
.full {
	width: 100%;
}
.form {
font-size: 15px;
color: White;
font-family: Arial, Helvetica, sans-serif;
background-color: #339999;
border-bottom: #000000 1px solid;
border-top: #999999 1px solid;
border-left: #999999 1px solid;
border-right: #000000 1px solid;
text-align: right;
}
.fieldlabel {
font-size: 15px;
color: White;
font-family: Arial, Helvetica, sans-serif;
}
.fieldcell {
	font-size: 14px;
	width: 211px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.fieldcellvercode {
	font-size: 14px;
	width: 160px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.fieldcellvercode2 {
	font-size: 14px;
	width: 140px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.button {
	font-size: 14px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: Yellow;
	margin-top: 10px;
}
td.rightalign{
	text-align: right;
}
img.vercode {
	width: 40px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: bottom;
}
#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}
#content A:link {
	color: #FFF;
	text-decoration: underline;
}
#content A:visited {
	color: #FFF;
	text-decoration: underline;
}
#content A:active {
	color: #FFF;
	text-decoration: underline;
}
#content A:hover {
	color: Yellow;
	text-decoration: underline;
}