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

body {
	background-color: #000;
	background-image: url("../img/ee_bkgd.jpg");
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}