@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0091CF;
	text-decoration: none;
}
a:visited {
	color: #0091CF;
	text-decoration: underline;
}
a:hover {
	color: #FEE0A2;
	text-decoration: none;
}
a:active {
	color: #0091CF;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #0091CF;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	color: #0091CF;
}.body-pad-and-borders {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00415d;
}
.body-pad-and-borders2 {
	padding-top: 10px;
	padding-left:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00415d;
	border-bottom-color: #00415d;
}
.footer-l {
	background-image: url(images/footer-l.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 34px;
	width: 34px;
}
.footer-m {
	background-image: url(images/footer-m.png);
	background-repeat: repeat-x;
}
.footer-r {
	background-image: url(images/footer-r.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 34px;
}
.footer {
	color: #0091CF;
}
