body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 0px;
	padding: 0px;
	color: 000000;
}

table.bodyTable {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: black;
        border: 1;
        border-width: 1;
        border-color: black;
        border-style: solid;
}

tr.bodyTable {
        background-color: black;        
}

td.bodyTable {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #99CCFF;
        text-align: left;
        vertical-align: top;
        padding: 2px;
}

td.bodyTableHeading {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        background-color: #FF3333;
        text-align: center;
        vertical-align: top;
        padding: 2px;
}

a.namedAnchor:link {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
}

a.namedAnchor:visited {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
}

a.namedAnchor:active {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
}

.headertext {
        font-size: 16px;
        font-weight: bold;
}

.bold {
        font-size: 12px;
        font-weight: bold;
}

.mediumtext {
	font-size: 12px;
}

.smalltext {
	font-size: 10px;
}

.tinytext {
	font-size: 9px;
}
a:link, a:hover, a:active, a:visited {
	color: #EE1C23;
	text-decoration: none;
}
.tinytextBlack {
	font-size: 9px;
	color: black;
}
