BODY
{
   font-size: 10pt;
   color: #cccccc;
   font-family: Cursive;
   background-color: #000000;
}


DIV
{
   font-size: 10pt;   
   color: #cccccc;
   background-color: transparent;
   text-align: justify;
}


A
{
   color: #ff8888;
   text-decoration: underline;
}

A:visited
{
   color: #cc8888;
   text-decoration: underline;
}

TABLE
{
   border-collapse: collapse;
}

TD
{
   padding: 0px;
   margin:  0px;
}

UL
{
   margin-top:0px;
}
LI
{
   margin:0px;
   padding:0px;
}



/*************************************************************************/
DIV.TextPara
{
   font-size: 10pt;
   text-indent: 32px;
}

DIV.Title
{
   font-size: 22pt;
   font-weight: bold;
   text-align: center;
   text-decoration: underline;
   padding: 8px;
}

DIV.Large
{
   font-size: 12pt;
}

DIV.Small
{
   font-size: 7pt;
}

DIV.Copyright
{
   font-size: 7pt;
   text-align: right;
}

/*************************************************************************/
DIV.NewsHeader
{
   color: #cc9999;
   background-color: #555555;
   font-weight: bold;
   text-align: center;
}
DIV.NewsSectionDate
{
   font-size: 8pt;
   text-align: right;
   margin:4px;
}
DIV.NewsSectionTitle
{
   color:#ffd700;
   text-align: left;
   margin:4px;
}
DIV.NewsSectionText
{
   color:#ddcccc;
   font-size: 10pt;
   text-indent: 32px;
   margin:4px;
}