/* CSS Document */

body{
   margin:0px;
   background:url(main_bg.gif) repeat-x;   
}
td{
   font-size:12px;
   line-height:22px;
   font-family:Arial, Helvetica, sans-serif; 
}
a:link,a:visited{
    color:#000000;
	font-size:12px;
	text-decoration:none;
}
a:hover,a:active{
    color:#ff6600;
	font-size:12px;
	text-decoration:underline;
}
.row1{
   background:#eeeeee;
   border-bottom:#cccccc 1px solid;
   padding:0px 5px
 }
.title_white{
  font-size:14px;
  color:#ffffff;
  font-weight:bold;
}
.title_black{
  font-size:14px;
  color:#000000;
  font-weight:bold;
}
.tag_on{
   width:60px;
   height:30px;
   background:url(tagFocus_1.gif);
   float:right;
   text-align:center;
   line-height:30px
}
.tag_on a:link,.tag_on a:visited{
  font-size:14px;
  color:#FFFFFF;
  font-weight:bold;
}
.tag_on a:hover,.tag_on a:active{
  font-size:14px;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:underline;
}
.tag_off{
   width:60px;
   height:30px;
   background:url(tagBG.gif);
   float:right;
   text-align:center;
   line-height:30px
}
.home_tag_off{
   width:60px;
   height:30px;
   background:url(home_tagBG.gif);
   float:right;
   text-align:center;
   line-height:30px
}
.home_tag_off a:link,.home_tag_off a:visited{
  font-size:14px;
  color:#000000;
  line-height:30px;
}
.tag_off a:link,.tag_off a:visited{
  font-size:14px;
  color:#000000;
  line-height:30px;
}
.tag_off a:hover,.tag_off a:active{
  font-size:14px;
  color:#000000;
  text-decoration:underline;
  line-height:30px;
}
.search{
  height:60px;
  background:url(searchbg.gif) repeat-x;
  border-bottom:#cccccc 3px solid;
}
.SearchKeyword{
  width:450px;
  border:#000000 1px solid;
  color:#666666;
  font-size:14px;
  padding:1px 0px 1px 5px;
  height:20px;
  line-height:18px;
}
