@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFF99;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
}
ul {
	font-size: 12px;
	list-style-image: url(../images/bullet.gif);
	margin: 6px;
	text-indent: 5px;
	line-height: 2em;
}
a {
	color: #009900;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#33CC00;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color:#333300;
	font-size: 10px;
	font-weight:bold;
}
#framecontainer {
	width: 690;
	height: inherit;
}
.tableHeader {
	margin-left: 15px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
.tableSubHeader {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.pagefooter {
	background-image: url(../../images/footerBanner.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
}