BODY
{
   color: white;
   font-size: 10pt;
   font-family: 04b03, 'Courier New' , Serif;
   font-weight:800;
   background-color: #64b4d2; /*100,180,210*/
}


DIV
{
   color: white;
   background-color: transparent;
}


A
{
   color: #ccffff;
   text-decoration: underline;
}

A:visited
{
   color: #88ddff;
   text-decoration: underline;
}

/*************************************************************************/
DIV.Header
{
   background-image: url(../img/backpix.PNG);
}

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: 18pt;
   color: #ffaa44;
}


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
{
   /*background-attachment: fixed;*/
   background-image: url(../img/btnMainCommand.PNG);
   background-repeat: no-repeat;
   width: 140px;
   height: 60px;
   margin-left: 20px;
   margin-right: 20px;
   text-align: center;
}

/*************************************************************************/
TABLE.Item
{
   border-collapse: collapse;
}

TD.Item_Header
{
   background: #4B8CA0; /*75,140,160*/   
   border: #7DDCFF 1px solid; /*125,220,255*/   
}

TD.Item
{
   border: #7DDCFF 1px solid; /*125,220,255*/
}

/*************************************************************************/
DIV.NewsMain
{
   background-color: #3388cc;
   border: #ffffff 1px solid;
   font-size: 18pt;
   text-align: center;
   color: #ffff66;
}
DIV.News
{
   background-color: #64b4d2;
   border: #33ccff 1px solid;
   font-size: 12pt;
   font-weight: bold;
   text-align: left;
   color: #ffff66;
   margin: 5px;
}
SPAN.NewsDate
{
   font-size: 6pt;
   font-style: italic;
   color: #dddddd;
   font-weight:normal;
}

DIV.NewsDetail
{
   font-size: 6pt;
   font-weight: 800;
   color: #eeeeff;
   text-indent: 10px;
   margin: 5px;
}

/*************************************************************************/
DIV.Affiliate
{
   font-style: italic;
   text-align: right;
}

