@import url(tables.css);

.top_menu_icon{
  border-bottom:7px solid #4A4A4A;
  border-left:7px solid #4A4A4A;
  border-top:7px solid #4A4A4A;
  border-right:1px solid #4A4A4A;
}
img {
  vertical-align:middle;
}

BODY{
  margin-top:0px;
  margin-left:2px;
  background: "#808080";
}

BODY.full_print{
  background:#ffffff;
}

TD.top_header{
  background:#4A4A4A;
  color:#FFFFFF;
  font-family: Arial Narrow,Helvetica;
  font-size:10.3pt;
  font-weight:bold;
}

INPUT.search{
  background:#F0F0F0;
  border:1px;
  border-style:solid ;
  padding-top : 1px;
  padding-bottom : 1px;
  border: 2px ;
}
TD.search_body{
  font-family:Arial;
  font-size:10pt;
  color:black;
}

/*****Home Page**/ 
TD.home_page{
 font-family: Trebuchet MS,Arial;
 font-size:10pt;
}
A:VISITED.home_page, A:LINK.home_page, A:ACTIVE.home_page{
 font-family:Arial;
 color:#000080;
 font-size:12pt;
 font-weight:bold;
}
A:VISITED.home_more, A:LINK.home_more, A:ACTIVE.home_more{
 color:000080;
 font-weight:bold;
 font-family:Arial;
 font-size:10pt;
}
.home_more{
 color:000033;
}
/*************/

TD.search_body A:ACTIVE, TD.search_body A:Hover{
  color:0000FF;
}  

TD.search_body A:LINK{
  color:#0000FF;
}  

TD.search_body A:VISITED{
  color:0000FF;
}  

TD.search_{
  background:#4A4A4A;
  color:#FFFFFF;
  font-family:  Arial,Helvetica;
  font-size:10.1pt;
  font-weight:bold;
  font-style:italic;
  vertical-align:top;
  text-align:right;
  /*border: 2px outset #adadad;*/
}

.right_side_nav{
  background:#f19808;
  color:#FFFFFF;
  font-family:  Arial,Helvetica;
  font-size:10.5pt;
  font-weight:bold;
}

.left_side_column{
  background:#dadada;
  font-family: "Arial",Helvetica;
  font-size:11.5pt;
}

TD.left_menu_space{
  background:#4a4a4a;
  color:#FFFFFF;
  font-family:  Arial,Helvetica;
  font-size:10pt;
  text-align:center;
  
}

/*TD.left_menu_space A:visited, TD.left_menu_space A:link{
   color:white;
}
*/

.main{
  background:#ffffff;
  height:400px;
  padding:4px;
}

.title{
  background:#FFFFFF;
  color:Black;
  font-family: Verdana;
  font-size:18pt;
 }

div.header{
  font-family: Arial;
  font-size:10pt;
}
div.category{
  font-family: Arial;
  font-size:14pt;
  text-align:center;
  background:#007fff;
  color:white;
  height:21px;
  vertical-align:center;
}
.related_stories{
  font-family: Arial;
}
.related_stories A:VISITED, .related_stories A:ACTIVE,.related_stories A:LINK{color:#003366;font-size:9pt;} 

div.header A:link, div.header A:HOVER, div.header A:ACTIVE,div.header A:VISITED{
  color:#003366;
}

A.toplink:link, A.toplink:visited, A.toplink:active{
 font-family: Arial,helvetica,sans-serif;
 color:blue; 
 font-size: 8pt !important;
}


@media print {
  div.ad { display: none; }
}


