.body1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal ; text-decoration: none}
.body1 A { FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none; font-weight: normal
}
.body1 A:hover { FONT-SIZE: 11px; TEXT-DECORATION: underline; COLOR: #cc0000;
; font-weight: normal
}
.body2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal ; text-decoration: none}
.body2 A { FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none; font-weight: normal
}
.body2 A:hover { FONT-SIZE: 11px; TEXT-DECORATION: underline; COLOR: #cc0000;
; font-weight: normal
}
.body3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal ; text-decoration: none}
.body3 A { FONT-SIZE: 11px; COLOR: #000099; FONT-FAMILY: Verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none; font-weight: normal
}
.body3 A:hover { FONT-SIZE: 11px; TEXT-DECORATION: underline; COLOR: #cc0000;
; font-weight: normal
}
.testimonial { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ff6600; font-weight: bold ; text-decoration: none}
.coverage { FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight: bold}
.titlebar { FONT-SIZE: 11px; COLOR: #ffff00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight: bold}
.service { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight: bold}
.footer { FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.footer A { FONT-SIZE: 10px; COLOR: #000099; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.footer A:hover { FONT-SIZE: 10px; COLOR: #cc0000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.mainText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold ; text-decoration: none}

.bigtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: bold ; text-decoration: none}


#PopOverDiv {
position: absolute; /* can be relative too */
left: 50%;
margin-left: -250px; /* can be percentage also */
top: 125px;
width: 500px;
height: 100px;
background-color: yellow;
color: inherit;
text-align: center;
border:1px solid black;
z-index: 50;
  /* for IE */
/*  filter:alpha(opacity=80);*/
  /* CSS3 standard */
/*  opacity:0.8;*/
}

.PopOverFooter
{
position: absolute;
background-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: white;
height: 15px;
width: 100%;
bottom: 0px;
left: 0px;
z-index: 100;
font-size: .7em;
  /* for IE */
/*  filter:alpha(opacity=90); */
  /* CSS3 standard */
/*  opacity:0.9;*/
}

.closePopOver
{
position: absolute;
bottom: 0px;
left: 0px;
}

.ccImage
{
position: absolute;
float: right;
top: 0px;
right: 0px;
}
