body { 
   background-color: #fff;
   color : #333333;
   margin-left : 0px;
   margin-top : 0px;
   margin-right : 0px;
   margin-bottom : 0px;
}

.header
{ font-family : Verdana;
  background-color : #333333;
  font-weight : bold;
  color : white;
  font-size : 11px;
  padding-left : 30px;
  padding-bottom : 10px;
  padding-top : 70px;
}

.tagline
{ font-size : 11px;
  font-weight : normal;
  text-decoration : none;
  color : #666666;
}


.title
{ font-weight : bold;
}


.topleft {
   font-family : Georgia;
   font-size : 36px;
   font-weight : normal;
   text-align : left;
   padding-right : 20px;
   padding-top : 80px;
   padding-bottom : 10px;
   border-bottom : 1px dotted silver;
  }

.topright {
   display : none;
   }

.left {
   background-color : #ffffff;
   font-family : Georgia;
   font-size : 16px;
   line-height : 150%;
   padding-right : 20px;
   padding-top : 20px;
   padding-bottom : 20px;
   color : #333333;
   width : 800px;
}


.right {
  display : none;
}



.box {
   padding-left : 20px;
   padding-right : 20px;
   border-style : dashed;
   border-color : #cccccc;
   border-width : 1px;
}


a:link
{ text-decoration: none;
border-bottom : 1px #999999 solid;
color: #0000CC; }

a:active
{ text-decoration: none;
color: #ffffff; }

a:visited
{ text-decoration: none;
border-bottom : 1px #999999 solid;
color: #0000CC;
}

a:hover
{ text-decoration: none;
border-bottom : 1px #999999 solid;
color : #0000CC;
}


iframe {
display : none; !important
}

