div.base { 
   background: #FFFFFF; 
   scroll: 0 0; 
   margin: 0 auto 10px; 
   padding-top: 0; 
   position: relative; 
   text-align: left; 
   top: 10px; 
   width: 760px; 
}

div.top_heading { 
   width: 760px; 
   border-bottom: 2px solid #D2D9DF; 
}

div.top_gray { 
   width: 760px; 
   margin: 5px 0px 2px 0px;  
}

div.main_container { 
   border-top: 2px solid #D2D9DF; 
   border-left: 2px solid #D2D9DF; 
   border-right: 2px solid #D2D9DF; 
   min-height: 400px; 
   font-size: 0.7em; 
   font-family: Verdana, sans-serif; 
}

div.press_content { 
   margin: 5px 5px 5px 15px; 
}

div.press_bottom {
   margin-top: -5px;
}

h1 {
   font-family: Trebuchet, "Trebuchet MS", Helvetica, Verdana, sans-serif;
   font-size: 1.4em;
   font-size-adjust: none;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   line-height: normal;
   margin-bottom: 5px;
}

ul {
   list-style-type: disc;
   margin: 0px 0px 0px 25px;
   padding: 0px 5px 0px 0px;
}

a {
   color: #252525;
   text-decoration: underline;
}

