body {
	font-family: Arial, Tahoma, SunSans-Regular ;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	background-color : #FFFFFF;
}

a { color: #003c6a; text-decoration: none }
a:hover { color: #003c6a; text-decoration: underline }

.form {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, SunSans-Regular;
}
.footer {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	font-family: Arial, Tahoma, SunSans-Regular;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Tahoma, SunSans-Regular;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	border-bottom-color: #D6CDCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#contentleft {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Tahoma, SunSans-Regular;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contentright {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Tahoma, SunSans-Regular;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.copyright { color: #969696; font-size: 11px; line-height: 13px; font-family: Arial, Tahoma, SunSans-Regular }

.header { color: #224688}

ul{
	list-style-position: outside;
}