a {
	font-family: Arial;
	font-size: 9pt;
	color: Red;
	background : transparent;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #F3DB00;
}

TD {
	background : #FFFFE0;
	font: normal x-small;
}

.rw_table {
	border-bottom : thin #98A070;
	border-bottom-width : 0px;
	border-style : solid solid solid solid;
	border-right : 0px solid #98A070;
	border-left : 0px solid #98A070;
	border : 0px solid #98A070;
	margin-top : 5px;
	background-color : #FAFAD2;
}

.numbers{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8px;
	color : Black;
	font : normal smaller;
}

.tablerow{
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}

.tableheader{
	border-bottom : 1px solid Black;
	background-color : #F3DB00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : Black;
	text-align: center;
}

.halloween{
	border-bottom : 1px solid Black;
	background-color : orange;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : red;
	text-align: center;
}

.tablebody{
	background-color : #FFFFE0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-align: center;
}

.footer{
	background-color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : bold;
	text-align: center;
}

b	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: White;
	text-decoration: none;
	background : Black;
	font: normal bold larger;
	border-bottom: thin solid #F3DB00;
}

