/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY
{
     BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left:0;
    margin-top:0;
}
td
{
	font-size: 9pt;
	font-family: Tahoma, Verdana, 宋体;
}

A:visited {text-decoration: none; color: #00008B; font-family: "??"; font-size: 9pt}
A:active {text-decoration: underline; color: #00008B; font-family: "??"; font-size: 9pt}
A:hover {text-decoration: underline; color: #00008B; font-family: "??"; font-size: 9pt}
A:link { text-decoration:none; color:#00008B; font-family: "??"; font-size: 9pt}

A.whitelink:visited {text-decoration: none; color: #FFFFFF; font-family: "??"; }
A.whitelink:active {text-decoration: none; color: #FF0000; font-family: "??";}
A.whitelink:hover {text-decoration: none; color: #FF0000; font-family: "??";}
A.whitelink:link {text-decoration: none; color:#FFFFFF; font-family: "??";}

A.yellowlink:visited {text-decoration: none; color: #FFCD03; font-family: "??";}
A.yellowlink:active {text-decoration: underline; color: #FF0000; font-family: "??";}
A.yellowlink:hover {text-decoration: underline; color: #FF0000; font-family: "??";}
A.yellowlink:link {text-decoration: none; color:#FFCD03; font-family: "??";}

A.noLinelink:visited {text-decoration: none; color: #000000; font-family: "??"; }
A.noLinelink:active {text-decoration: none; color: #FF0000; font-family: "??";}
A.noLinelink:hover {text-decoration: none; color: #FF0000; font-family: "??";}
A.noLinelink:link {text-decoration: none; color:#000000; font-family: "??";}

.bold{
font-weight:bold;
}

.border8 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
/* 列表样式单 */
.listheader{
	background-color: #ffab2d;
	height:21px;
	color:white;
	font-weight: bold;
}
/*交替项*/
.listAlternatingItem
{   width:300px;
	font:9pt/20px; 
	height:25px;
	padding-left:5px;
	background-color: #EEF4F7;
}
.listItem
{   width:300px;  
	font:9pt/20px; 
	height:25px;
	padding-left:5px;
	background-color: #FFFFFF;
}
/* 列表样式单结束 */



IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.atform {	MARGIN: 0pt; PADDING-BOTTOM: 0pt; PADDING-LEFT: 0pt; PADDING-RIGHT: 0pt; PADDING-TOP: 0pt}

.border
{
	border-bottom-color:#CFCFCF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#CFCFCF;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#CFCFCF;
	border-right-width:1px;
	border-right-style:solid;

	}
	
/*交替项*/
.listAlternatingItem2
{  
	height:22px;
	background-color:#E5E5E5;
}
.listItem2
{   
	height:22px;
	background-color: #FFFFFF;
}
/* 列表样式单结束 */

.border2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BFC1CD;
	border-bottom-color: #BFC1CD;
	border-left-color: #BFC1CD;
}
