
img {
	border: 0;
}
body {
	background-color: #E1E1E1;
}
.body_table {
	background-color: #FFFFFF;
	border: 0;
}
.main_nav {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 20%;
	height: 30px;
	float: left;
	padding-top: 10px;
	background-image: url(../00.images/nav.png);
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: italic;
}
.main_nav:hover {
	background-image: url(../00.images/nav_hover.png);
}

.footer_nav {
	text-decoration: none;
	color: #000000;
}
.footer_nav:hover {
	font-weight: normal;
	text-decoration: underline;
}
.copyright {
	font-size: small;
}
.copyright_link {
	font-size: small;
	text-decoration: none;
	color: #000000;
}
.copyright_link:hover {
	text-decoration: underline;
}
.links {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.links:hover {
	text-decoration: underline;
}
.row:hover {
	background-color: #E5E5E5;
}
.nav_backing {
	background-color: #406e8c;
	background-image: url(../00.images/nav.png);
	background-position: right 0px;
}
