body
{
	Background-Color:	#000000;
	Background-Image:	url("background.gif");
        Color:        		#ffffff;
        Font-Family:            "Arial",sans-serif;
        Font-Size:              8pt;
        Margin-Left:           	0px;
        Margin-Right:          	0px;
        Margin-Top:          	30px;
        Margin-Bottom:        	30px;
}

table.main
{
	Background-Color:	black;
	Border:                 4px solid #cc0000;
}

td
{
        Font-Size:              8pt;
}

em
{
        Color:        		#cc0000;
        Font-Style:             normal;
        Font-Weight:            bold;
}

td.dark
{
	Background-Color:	#333333;
}

th a
{
        Color:        		#cc0000;
        Text-Decoration:        none;
}

em a
{
        Color:        		#cc0000;
        Text-Decoration:        underline;
}

em a:hover
{
        Color:        		#cc0000;
        Text-Decoration:        none;
}

a
{
        Color:        		#ffffff;
        Text-Decoration:        none;
}

a:hover
{
        Text-Decoration:        underline;
}

