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;
}
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;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

H1 {
  font-size: 14pt;
  color: #2066AA;
}

H2 {
  font-size: 12pt;
  color: #2066AA;
}

.medium {
  font-size: 10pt;
}
.red {
 color: #CC0000;
}
.grey {
 color: #080;
}
.itemTitle { 
  margin-left: 25px;
}
.itemBody { 
  margin-left: 40px;
}
.feedTitle { 
  margin-left: 10px;
}
       
.boxtitle { 
  font-weight: bold;
  color: #000000;
  background: #7FBCE8;
  border: 1px solid #000000;
  padding: 2px 2px 2px 10px;
  text-align: left;
  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;
  padding-bottom: 20px;
  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: 150px;
   top: 86px;
   padding-top: 0px;
}

.rightcol {
   padding-top: 0px;
   margin-left: 160px;
   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;
}


