﻿body
{
    font-size: 12px;
    color: black;
    vertical-align: top;
    font-family: 宋体;  
    background-repeat:repeat-x; 
}
.default_topic
{
  font-size:10pt;
  font-weight:600;
  color:green;
}

A:hover
{
    font-size: 12px;
    color: red;
    text-decoration:underline;
}
A:visited
{
    font-size: 12px;
    color:gray; 
    text-decoration:none; 
}
A
{
    font-size: 12px;
    color: black;
    text-decoration:none;
}
.div
{
    top: 0px;
    left: 0px;
    background-color: gainsboro;
    height: expression(document.body.clientHeight);
    width: expression( document.body.clientWidth);
    position: absolute;
    filter: alpha(opacity=90);
    vertical-align: middle;
    text-align: center;
}
.caption
{
    font-size: 12px;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
    height: 17px;
    color: white;
}
table
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border:0px;
}
td,table
{
    word-break:break-all;
}
.right
{
	width:100%;
	background-color: #F4FEEB;
	border:#CCCCCC 1PX solid;		
 }
a.navigater
{
    font-size: 12pt;
    font-family:宋体;
    color:White;
    
}
a.navigater:hover 
{
    font-size: 12pt;
    font-family:宋体;
    text-decoration:underline;
    color:White;
    
}
a.navigater:visited 
{
    font-size: 12pt;
    font-family:宋体;
    color:White;
    
}
.topic
{
    font-size: 11pt;
    font-family:宋体;
    font-weight:600;
    padding-left:15px;
    color:#50A422;  
    
}
.search1
{
    width:80px;
    height:10px;
    text-align:center;
    background-image:url(../../images/image/20071016-01.gif);
}
.search2
{
    width:80px;
    height:10px;
    text-align:center;
    background-image:url(../../images/image/20071016-02.gif);
    
}