       body {
         background-color: #CCCCCC;
         font-size: 10pt;
         font-family: Arial, Helvetica, sans-serif;
         color: #000000;
         margin: 0px 0px 0px 0px;
       }
       P,UL,LI,DIV,FORM,EM,BLOCKQUOTE,tr,td {
         font-size: 10pt;
         font-family: Arial, Helvetica, sans-serif;
       }
       img {
        border: 0;
       }

       small {
         font-size: 7pt;
       }
       .medium {
         font-size: 8pt;
       }
       big {
         font-size: 11pt;
       }
       a:link {
         color: #0000CC;
         text-decoration: none;
       }
       a:visited {
         text-decoration: none;
       }
       a:hover {
         color: #0000CC;
         text-decoration: underline;
       }
       a:active {
         color: #0000CC;
         text-decoration: underline;
       }
       .red {
        color: #CC0000
       }
       .itemTitle { 
         margin-left: 25px;
       }
       .itemBody { 
         margin-left: 40px;
       }
       .feedTitle { 
         margin-left: 10px;
       }
       
       .boxtitle { 
         font-weight: bold;
         color: #000000;
         background: #FF8800;
         border: 1px solid #000000;
         padding: 2px;
         text-align: center;
         margin: 0px 0px 0px 0px;
       }
       
         .boxtitle a:link {
          color: #000000;
          text-decoration: underline;
          }
         .boxtitle a:visited {
          color: #000000;
          text-decoration: underline;
          }
         .boxtitle a:hover {
          color: #000000;
          text-decoration: underline;
          }
         .boxtitle a:active {
          color: #000000;
          text-decoration: underline;
          }

       .boxcontent { 
         font-weight: normal;
         color: #000000;
         background: #FFFFFF;
         border-bottom: 1px solid #000000;
         border-left: 1px solid #000000;
         border-right: 1px solid #000000;
         padding: 5px;
         overflow: hidden;
       }

       .maincontent { 
         font-weight: normal;
         color: #000000;
         background: #FFFFFF;
         border-bottom: 1px solid #000000;
         border-left: 1px solid #000000;
         border-right: 1px solid #000000;
         padding-left: 10px;
         padding-right: 100px;
         overflow: hidden;
       }

       .boxshadow {
         border-top:    2px solid #DDDDDD;
         border-bottom: 2px solid #AAAAAA;
         border-left:   2px solid #DDDDDD;
         border-right:  2px solid #AAAAAA;
         margin: 5px 0px 5px 0px;
       }

       .leftcol {
          position: absolute;
          left: 5px;
          width: 200px;
          top: 81px;
          padding-top: 0px;
       }

       .rightcol {
          padding-top: 0px;
          margin-left: 210px;
          margin-right: 5px;
       }

.headshadow {
  border-top:    2px solid #DDDDDD;
  border-bottom: 2px solid #AAAAAA;
  border-left:   2px solid #DDDDDD;
  border-right:  2px solid #AAAAAA;
  margin: 5px;
}

.headcontent { 
  font-weight: normal;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 5px 5px 5px 5px;
}

