@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/top-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	font-size: 14px;
}

</style>
* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}
#content a {
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #5badf7;
	text-decoration: underline;
}

#footer-bkg {
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: repeat-x;
}
#footer-bkg tr td #footer {
	padding: 10px;
}
#footer-bkg tr td #footer tr td table tr td {
	font-size: 11px;
	text-transform: uppercase;
}
#footer-bkg tr td #footer tr td table tr td a {
	text-decoration: none;
}
#content tr td table tr td table {
}
#footer-bkg tr td #footer tr td table tr td a:hover {
	color: #5badf7;
	text-decoration: underline;
}

