@charset "utf-8";
/* CSS Document */

html,body{ height:100%; font-family: "宋体" Arial, Helvetica, sans-serif;}

*{ font-family:Arial, Helvetica, sans-serif;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,     
pre, form, fieldset, input, textarea, p, blockquote, th, td {     
 padding: 0;    
 margin: 0;
 font-size:12px;  
 }    
fieldset, img {     
 border: 0;    
 }    
table {    
 border-collapse: collapse;    
 border-spacing: 0;    
 } 
select{ font-size:11px;}   
ol, ul ,li,dd,dt{    
 list-style: none;    
 }        
caption, th {    
 text-align: left;    
 }    
h1, h2, h3, h4, h5, h6 {    
 font-weight: normal;    
 font-size: 100%;    
 }    
q:before, q:after {    
 content: '';    
 }    
abbr, acronym {     
 border: 0;    
 }
a:link{
	text-decoration:none;
	color:#003278;
}
a:visited{text-decoration:none;color:#003278;}
a:hover{ text-decoration:none; color:#cc3300;}

a.TypeB:link{color:#333333;}
a.TypeB:visited{color:#333333;}
a.TypeB:hover{color:#CC3300;}

.clear{ clear:both; visibility:hidden; height:0px;}
