/* BLOGADS */
.adstrip {
   border: none;
   width: 160;
}
.adstrip_title { 
  display: none;
  visibility: hidden;
  color: #ccc; 
} 
.adstrip_link {
   font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   text-decoration: none;
   color: #036;
}
a.adstrip_link:hover { 
   text-decoration:none;color:#c03;font-weight:bold;
}
.blogad {
   border: none;
   text-align: center;
   width: 100%;
   cursor: pointer;
   margin-left: -12px !important;margin-left:-6px;
   }
.blogad_headline {
    text-align: center;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
    font-weight: bold;
    font-size:11px;
    color:#036;
}
.blogad_thumbnail {
    border: none;
}
.blogad_text {
    font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
    font-size: 8pt; 
    color: #036; 
}
.blogad_link {
    font-family:  Verdana, "Trebuchet MS", Arial, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #036;
}
a.blogad_link:hover {
    text-decoration:none;color:#c03;font-weight:bold;
}