BODY
{
   color: white;
   font-size: 10pt;
   font-family: 'Courier New' , Serif;
   font-weight:800;
   background-color: #000000;
}

FORM
{
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   margin: 0px;
   padding-top: 0px;
}

DIV
{
   color: white;
   background-color: transparent;
}


A
{
   color: #ccffff;
   text-decoration: underline;
}

A:visited
{
   color: #88ddff;
   text-decoration: underline;
}

/*************************************************************************/
DIV.Header
{

}

DIV.Title
{
   font-size: 36pt;
   text-align: center;
}

DIV.TitleSub
{
   color: #ccffff;
   font-size: 12pt;
   font-style: italic;
   text-align: center;
}

DIV.Big
{
   font-size: 18pt;
}


DIV.BigOrange
{
   font-size: 16pt;
   color: #ffaa44;
   font-weight: bold;
}


DIV.Small, SPAN.Small
{
   font-size: 6pt;
}

DIV.HomePage
{
   text-align: center;
}

DIV.Warning
{
   font-size: 12pt;
   color: #ffaa44;
}

DIV.Copyright
{
   color: #666666;
   text-align: right;
}


/*************************************************************************/
DIV.LineCommand
{
   border-top: #ffffff 1px solid;
   border-bottom: #ffffff 1px solid;
   padding: 5px;
   width: 60%;
   text-align: center;
}

/*************************************************************************/
TABLE.MainCommand
{
}

TD.MainCommand
{
}


/*************************************************************************/
DIV.DevLogMain
{
   background-color: #888888;
   border: #ffffff 1px solid;
   font-size: 18pt;
   text-align: center;
   color: #ffff66;
}
DIV.DevLog
{
   background-color: #64b4d2;
   border: #33ccff 1px solid;
   font-size: 12pt;
   font-weight: bold;
   text-align: left;
   color: #ffff66;
   margin: 5px;
}
SPAN.DevLogDate
{
   font-size: 8pt;
   font-weight: bold;
   color: #ffffdd;
   font-weight:normal;
}

DIV.DevLogDetail
{
   font-size: 8pt;
   font-weight: 800;
   color: #eeeeff;
   text-indent: 10px;
   margin: 5px;
}

/*************************************************************************/


