body {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #002540;
}

a{
	text-decoration:none;
	color: #369;
}
a:hover{
	border-bottom: 1px dotted #369;
}

a:visited{
	color: #369;
}

form {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#666;
	letter-spacing: 0.05em;
}

textarea {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}

select {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
}

ul {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.bodystyle {
	font-family: Arial,  Geneva, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
}

#frame td{
	background-color:#CCC;
}

#subtable td{
	background-color:#FFF;
	height: 0px;
}

#subtable .instructions{
	color:#003366;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#subtable .highlight{
	color:#FF0000;
	border-bottom: thin;
	letter-spacing: 0.05em;
	size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#subtable .formlabel {
	/* THE TEXT USED IN THE LABELS OF THE FORM */
	color:#003366;
	text-align:left;
	letter-spacing: 0.02em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 30px;
}

#subtable .formlabelbig {
	/* THE TEXT USED IN THE LABELS OF THE FORM */
	color:#003366;
	letter-spacing: 0.05em;
	font-weight: bold;
	
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-size: 16px;
	text-align: right;
}

#subtable .formfield {
	/* THE TEXT USED IN THE FIELDS OF THE FORM */
	font-size: 12px;
	color:#666;
	text-align:left;
	padding-top: 2px;
	padding-left: 4px;
}

#subtable .error {
	color: #FF0000;
	font-size:12px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

/*FOR THE CELL CONTAINING THE BUTTONS*/
#subtable .buttons{
	height: 40px;
}

#subtable .copyright{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	font-size: 9px;
	color: #666;
	padding: 10px
}
