BODY, TD, INPUT
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    color : #E0E0E0;
}

A {
	/*font-weight : bold;*/
}

body {
	background-color : #800000;
}

A:link  { color : #FFCC00; }
A:visited  { color : #FFCC00; }
A:hover  { color : #FFEE00; }

th {
    align : center;
    text-transform : uppercase;
    font-size : 11px;
    font-weight : bold;
    color : #FFFFCC;
    background-color : #400000;
}

h3 {
    font-size : 16px;
    color : #FFFFFF;
}

td {
	align : left;
    vertical-align : top;
}

img {
    border-color : #000000;
}

.status {
    color : #FFFFFF;
    font-weight : bold;
}

.datehead {
    font-size : 12px;
    font-weight : bold;
    color : #FFFFFF;
}

.copyright {
    font-size : 10px;
    color : #999999;
    /* line-height : 1; */
}

.fixed {
    font-family : Courier New, Courier, monospace;
}