body {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:11px;
}

legend {
	font-size:14px;
	font-weight:bold;
	color:#FFFF99;
	background-color:#000066;
}

fieldset {
	width:600px;
	background-color:#FFFFCC;
	padding-left:10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

fieldset li {
	margin-left:25px;
}

#container {
	margin:auto;
	width:800px;
}
	

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.back {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.heading3 A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	}
.heading3 A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.heading3 A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.heading3 A:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}

.buttonLightBlue
{
background-color:lightblue
}

