/* CSS Document */
body,table,td {
	font-size: 12px;
	color: #000000;
	line-height: 150%;
    text-decoration: none;
}
body {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left: 0px ;
}

p {
	line-height:20px;
	text-indent:2em;
}
a:link { 
	color: #000000;
	text-decoration: none;
} 
a:visited {
	color: #000000;
	text-decoration: none;
} 
a:hover {
	color: #D67900;
	text-decoration: underline;
} 
a:active {
	color: #D67900;
	text-decoration: underline;
} 

/* form Style */

input {
	font-family:  Verdana, Arial, "宋体";
	font-size: 12px;
	border: 1px solid #7F9DB9;
}
.input {
	font-family:Verdana,Arial,'宋体';
	font-size:12px;
	border:0px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	height:20
}
.input1 {
	background-color: F5FBFE;
	border:0;
}
select {
	font-family:  Verdana, Arial, "宋体";
	font-size: 12px;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
option {
	font-family:  Verdana, Arial, "宋体";
	font-size: 12px;
	border: 1px solid #7F9DB9;
}
textarea {
	font-family:  Verdana, Arial, "宋体";
	font-size: 12px;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}

hr { 
	border: 1px dotted #B4BAC2;
} 

.no14 {
	font-size: 14px;
	font-weight: bold;
	color: #063576;
}

.blue {
	font-size: 12px;
	color: #003783;
	font-weight: bold;

}

.yellow {
	font-size: 12px;
	color: #EF8100;
	font-weight: bold;

}

.shadow {
	filter: DropShadow(Color=#000000, OffX=1, OffY=1);
} 
.1pxTable {
	border-collapse: collapse;
}
.textArea {	
	border: 2px inset;
}

.H-line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.white {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: underline;
}
.white2:link {
	font-size:12px;
    color:#FFFFFF;
	text-decoration:none;
}
.white2:visited {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.white2:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}