/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY, TD, P, LI, INPUT, SELECT, OPTION, TEXTAREA, UL, DL, LABEL, SPAN
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

A:link
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}	
		
A:visited
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}	
		
A:active
{
	color: #006600;
	text-decoration: none;
}	
		
A:hover
{
	color: #cc0000;
	
	text-decoration: none;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
	
INPUT
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-size: 12px;
	border-left: #DCDCDC 1px solid;
	color: #000000;
	border-bottom: #DCDCDC 1px solid;
	font-family: "宋体";
	background-color: #FFFFFF;
	text-decoration: none;
}	

.csDefl
{ 
	border-left: #999999 1px solid;
	
	}
	

.csDefr
{ 
	border-right: #000000 1px solid;
	
	}
	
.csDefBottom
{ 
	border-bottom: #999999 1px solid;
		
	}
		
.csDefrAndb
{ 
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	
	}
			
.csDefr1
{ 
	border-right: #999999 1px solid;
	
	}
		
.csleft
{ 
	border-left: #8B8B8B 1px solid;
	
	}
.csright
{ 
	border-right: #8B8B8B 1px solid;
	
	}
	
.csright1
{ 
	border-right: #dcdcdc 1px solid;
	
	}
	
.cstop
{ 
	border-top: #8B8B8B 1px solid;
	
	}
.csbottom
{ 
	border-bottom: #8B8B8B 1px solid;
	
	}
	
.csall
{ 
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

.cslandr
{ 
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

.input1
{ 
	border-left: #848484 1px solid;
	border-right: #848484 1px solid;
	border-top: #848484 1px solid;
	border-bottom: #848484 1px solid;
}
	
.cstop_bottom
{ 
	border-bottom: #B89B56 1px solid;
	border-top: #B89B56 1px solid;
	}
	
.BR00
{ 
	border-left: #8B8B8B 1px solid;
	border-bottom: #8B8B8B 1px solid;
	
	}
	
.BR01
{ 
	border-right: #8B8B8B 1px solid;
	border-left: #8B8B8B 1px solid;
	
	}

.BR02
{ 
	border-left: #DCDCDC 1px solid;
	border-right: #DCDCDC 1px solid;
	border-bottom: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	}
	
.BR03
{ 
	border-bottom: #B89B56 1px solid;
	border-top: #B89B56 1px solid;
	}
	
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}




	
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;
	}	


