@charset "utf-8";
body {
	margin: 0px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #dbe6bc;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
}
.content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
.list {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	list-style-type: disc;
	float: left;
}
.style1 {
	color: #3a6496;
	font-weight: bold;
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 94px;
	width: 910px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer a:link {
	color: #000000;
	text-decoration: none;
}
.footer  a:visited {
	color: #000000;
	text-decoration: none;
}
.footer  a:hover {
	color: #025375;
	text-decoration: none;
}
a {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

