/* CSS Document */

@import url("module_header.css"); 
@import url("module_search_image_area.css"); 
@import url("module_homepage_boxes.css");
@import url("module_footer.css"); 
@import url("module_sub_page.css"); 
@import url("module_search_results.css");




* {margin: 0; padding:0; }

body { background:#99CC33; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #000; }

a  {text-decoration: none; color: #666666; font-weight:bold;  }
a:visited {text-decoration: none;  }
a:hover {text-decoration: underline;  }

.outter_wrapper { margin: 0 auto; background:url(../images/wrapper_bg.gif) top repeat-y;  width:960px;  }

.inner_wrapper { margin: 0 auto; width:940px; }

.footer_base { background:url(../images/footer_base.gif) top no-repeat; width:960px; height:12px;}

.clearboth { clear: both; }

#ctl00_ContentPlaceHolder1_EmailAlertsControl_gdAlerts table { color:#000; background-color:white; }
.BoldText {font-size: 10px; font-weight: bold; color: #99CC33; }

.logout {padding-top: 5px; padding-left: 260px;}
.logout a {color: #99CC33;}

.adxTOCSummary p {padding-bottom: 0px; margin-bottom: 0px;}

