
body{
           background-color: #000000;
           
           font-family: courier new;
           font-size: 10pt;
           
           margin:0;

background-image: url('bg1.jpg');
           background-position: right top;
           background-repeat: no-repeat;
}

hr.topline{
           width: 90%;
           
}

table.maincontrol tr.body{
           background-image: url('bg.jpg');
           background-position: left bottom;
           background-repeat: no-repeat;
           
           height: 90%;
}



td.leftd{
           color: #cc0000;
           font-family: book antiqua;
           font-size: 15pt;
           
           padding: 0 20 20 30;
}

td.leftd a, td.leftd a:link, td.leftd a:visited{
           color: #cc0000;
           font-family: book antiqua;
           font-size: 15pt;
           
           text-decoration: none;
}

span.rej{
           color: #990000;
}

td.leftd a:hover{
           color: #cc0000;
           font-family: book antiqua;
           font-size: 15pt;
           
           text-decoration: none;
}

td.centerd{
           border-left: 1px solid #cc0000;
}

td.rightd{
           padding: 0 20 20 5;
}

h1{
           color: #cc0000;
           font-family: book antiqua;
           font-size: 15pt;
           letter-spacing: 1em;
}

h3{
           color: #990000;
           font-family: courier new;
           font-size: 13pt;
}

p{
           color: silver;
           font-family: courier new;
           font-size: 12pt;
           
           /*text-indent: 55px;*/
}


td.rightd a, td.rightd a:link, td.rightd a:visited{
           color: silver;
           font-family: courier new;
           font-size: 13pt;
           
           text-decoration: none;
}

td.rightd a:hover{
           color: white;
           font-family: courier new;
           font-size: 13pt;
           
           text-decoration: none;
}

#footer {
font-size: 85%;
color: #cc0000;
text-align: center;
}