@charset "utf-8";
body {
	background-color: #8f8e8e;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url(images/back1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.header {
	font-size: 20px;
	font-weight: normal;
	color: #0485d6;
}

.main_cell {
	background-color: #FFFFFF;
	padding: 15px;
}
.footer_cell {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 39px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.footer_cell A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer_cell A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer_cell A:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
