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

body,td,th {
	font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
body {
	background-color: #08193C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BackgroundTile.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFaa00;
	font-weight: bold;
}
a:visited {
	color: #FFaa00;
	font-weight: bold;
}
a:hover {
	color: #00CC00;
	font-weight: bold;
}
a:active {
	color: #33CCFF;
	font-weight: bold;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
.greentext {color: #66FF00}
