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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.quote {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
.bodyfade {
	background-color:#00FFFF;
/*	background-image:url(images/body_fade.jpg);
	background-repeat:repeat-x; */
}
