a
{
    text-decoration: none;
    color: #FF7F4A;
}
a: visited {
    color: #FF7F4A;
}
a: active {
    color: #FF7F4A;
}


body
{
    font-family: verdana, tahoma; font-size: 11pt;
    background: #000000;
    color: #CCCC99;
    scrollbar-face-color: #777777;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #444444;
}

h1           { font-family: verdana, tahoma; font-size: 15pt; font-weight: bold }
h2           { font-family: verdana, tahoma; font-size: 13pt; font-weight: bold }

p
{
    font-family: verdana, tahoma;
    font-size: 11pt;
}

.table_header
{
    background: #b5009E;
    font-size: 11pt;
    color: #FFFFFF;
    spacing: 0;
    padding: 3;
}

td
{
    font-family: verdana, tahoma;
    font-size: 11pt;
}

.separator
{
	width: 80%;
	color: #999999;
	height: 1;
}
.small_separator
{
	left;
	width: 40%;
	color: #777777;
	height: 1;
}

.table_sub_header
{
	background: #434343;
	padding: 4;
}

.table_body
{
    font-size: 10pt;
    background: #353535;
    padding: 6;
}

.signature
{
    font-size: 8pt;
    color: #BBBB88;
}

select
{
    background: #434343;
    color: #CCCC99;
}

textarea
{
    color: #CCCC99;
    background: #434343;
}
input
{
    color: #CCCC99;
    background: #434343;
}

