.Text {  font-size: 9pt}
.Title 
{
	font-size:9pt;
	color:Blue;
}
.InputCss {  
    font-size: 10pt; 
    color: #003399; 
    font-family: "宋体"; 
    font-style: normal;	
    border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2 ; 
    border: 1px #93BEE2 solid; 
}
/*按钮样式*/
.ButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003399;
    border: 1px #003399 solid;
    color:#006699;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/bluebuttonbg.gif);
    background-color: #e8f4ff;
    CURSOR: hand;
    font-style: normal ;
}
/*蓝色按钮样式*/
.blueButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003366;
    border: 0px #93bee2 solid;  
    background-image:url(../Images/blue_button_bg.gif);
    background-color: #999;
    CURSOR: hand;
    font-style: normal ;
}
/*红色按钮样式*/
.redButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/redbuttonbg.gif);
    background-color: #999;
    CURSOR: hand;
    font-style: normal ;
}
/*绿色按钮样式*/
.greenButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/greenbuttonbg.gif);
    background-color: #999;
    CURSOR: hand;
    font-style: normal ;
}
.SelectCss {
	font-family: "Tahoma", "宋体";
	font-size: 9pt;
	color: #0066cc;
	border: 1px #F1F1E4 solid;
	background-color:  #e8f4ff;
	font-style: normal
}

A
{
	font-size: 10pt;
	color:  #0f54c3;
	text-decoration: none;
}
A:ACTIVE {

	color : #0f54c3;	
	text-decoration: none;
}

A:FOCUS
{
	color: black;
	text-decoration: none;
}
A:HOVER
{
	color: #ff4500;
	text-decoration: underline;
}
A:LINK {
	
	text-decoration: none;
}
.menu:link {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.menu:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.menu:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.menu:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
body 
{
	
	font-size: 10pt;
	color: #003366;
	overflow:auto;
}

hr
{
	color: Red ;	
}

