* {
	FONT-SIZE: 10pt;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	line-height:16px;
}

body
{
	BACKGROUND: #200000;
	COLOR: white;
}

h1 { TEXT-DECORATION: underline; }

.black { COLOR: black; }
.gray { COLOR: #404040; }

table.texture {
	COLOR: black;
	border: 3px double #f39457;
	background-image: url("/images/texture1.jpg");
}

td { COLOR: black }

td.header
{
	BACKGROUND: black;
	COLOR: white;
	FONT-SIZE: 16pt;
}

p { margin: 15; }

a
{
	COLOR: black;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
a:hover
{
	TEXT-DECORATION: underline
}

.border { border: 1px solid black; }

tr.bottomborder td { border-bottom: 1px solid gray; }

td.none tr.none { border-bottom: none; }

