body {
	font-family:Arial;
	color:#666666;
	font-size:12px;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
fieldset {
	clear: both;  
	width: 800px;  
	border: 1px solid #BFBAB0;  
	background-color: #FFFFFF;
}
legend {  
	margin-left: 1em;
	color:#003366;
	font-weight:bold;
}
fieldset ol {
	list-style: none;
	text-align: left;
}
fieldset ul {
	list-style: inside; 
	text-align: left;
}
fieldset li {  
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	line-height:25px;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
	text-align:center;
}
label {  
	float: left;  
	width: 15em;  
	text-align: left;
}
.formTitle{
	color:#003366;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.subTitle{
	color:#003366;
	font-weight:bold;
}
.footerNote{
	width:800px;
	line-height:16px;
}
#topNav{
	background-image: url(../images/navBg.jpg);
	height: 15px;
	line-height:15px;
	text-decoration: none;
}

#topNav a{
	text-decoration: none;
}
.error {
	color:#FF0000;
}
table.lists {
	background-color: #C6D5FD;
	color: #000;
	border: 1px solid #93c9ff;
	margin: 10px;
}
table.lists td {
	border: solid 1px #93c9ff;
	padding: 3px;
	background-color: #f2f2ff;
}
table.lists .submit {
	background-color:#E1E1E1;
	border-color:#93c9ff;
}
table.lists .submit:hover {
	border-color:#FFFFFF;
}
.title1 {
	text-align: center;
	font-weight: bold;
}
textarea {
	font-family:Arial;
}