@charset "utf-8";
/* 页面公用样式表 */
/**********************************************************

Copyright (c) 2004-2005 成都依能科技有限公司软件开发部
www.yineng.com.cn 
   FileName: pageCommon.css
   Revision: 1.0
  CreatDate: 2008-09-18
  EmendDate: 2008-09-18
     Author: 罗茂林    
Description: The Cascading Style Sheet control each page's
             global display usage
	
***********************************************************/

/* CSS reset start */ 
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th,      
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,     
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,     
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {    
 vertical-align: baseline;    
 font-family: inherit;    
 font-weight: normal;    
 font-style: normal;    
 font-size: 100%;    
 padding: 0;    
 margin: 0;    
 border: 0;    
 }    
/* remember to define focus styles! */   
:focus {    
 }    
body {    
 background: white;    
 line-height: 1;    
 color: black;    
 }    
/*
ol, ul {    
 list-style: none;    
 }
 */    
/* tables still need cellspacing="0" in the markup */   
table {    
 border-collapse: separate;    
 }    
caption, th, td {    
 font-weight: normal;    
 /*text-align: left;*/    
 }    
/* remove possible quote marks (") from <q> & <blockquote> */   
blockquote:before, blockquote:after, q:before, q:after {    
 }   
blockquote, q {   
 }  
/* CSS reset end */ 


body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "verdana","宋体","lucida grande",  "lucida", "arial", "helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	background-color:white;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #6D6A8F;
	text-decoration: underline;
}

br{
	clear: both;
}
.im{
	border:solid 1px #000;
}
p, th, td {
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 12px;
}
p{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 12px;
	line-height: 150%;
	padding: 5px;
	margin: 0px;
}
p.NotIndent{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 12px;
	line-height: 150%;
	padding: 5px;
	margin: 0px;
}

h1{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #002b5f;
	margin: 10px 0px 5px 0px;
}
h2{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	color: #546D9E;
	margin: 10px 0px 5px 0em;
}
h3{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	color: #FF9C01;
	margin: 20px 0px 5px 1em;
	height: 20px;
	line-height:20px;
}
h4{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #1594E2;
	margin: 10px 0px 10px 2em;
	height: 20px;
	line-height:20px;
}
h5{
	font-family: "lucida grande", "verdana", "lucida", "arial", "helvetica", "宋体", "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: #FFB120;
	margin: 5px 0px 5px 3em;
	height: 20px;
	line-height:20px;
}
h1, h2, h3, h4, h5{
	color: #002b5f;
}
input, select, textarea{
	font-size: 12px;
	color: #002147;
}
input.txt{
	font-size: 12px;
	color: #002147;
	border: 1px solid #666;
}