/* CSS Document */

.normal {
	color: #545454;
	font-size: 12px;
	line-height: 150%;
}

.fiding {
	color: #283C84;
	font-size: 14px;
	font-weight: bold;
	
}
.fiding a {
	color: #283C84;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}
.fiding a:hover {
	color: #283C84;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	
}

.small {
	color: #545454;
	font-size: 10px;
	line-height: 120%;
}

.normalTxt {
	width:500px;
	line-height:150%;
	padding:10px 0 20px 0;
	text-align:left;
}

.txtBb {
	font-size:14px;
	font-weight:bold;
	color:#7069AA;
}

.txtR {
	color:#FF0000;
}

.bold {
	font-weight:bold;
	color:#333333;
}

.inqBox {
	width:300px;
	margin:10px 0;
	background-color:#D7D7FF;
	border:1px solid #666666;
	padding:10px;
	line-height:180%;
	font-weight:bold;
	color:#333333;
}

.imgRight {
	float:right;
	margin:0 0 5px 5px;
}

.clear {
	clear:both;
}

.stitle{
width:502px;
text-align:left;
font-weight:bold;
font-size:14px;
background:url(images/stitle_bg.gif) no-repeat 3px 3px;
padding:0 0 3px 20px;
border-bottom:1px solid #cfcad5;
margin:10px 0 6px 0px;
}

ul.df{
text-align:left;
margin:0;
padding:0;
}

ul.df li{
border-bottom:1px dotted #cfcad5;
list-style:none;
background:url(images/listmark.gif) no-repeat 3px 6px;
padding:0 0 6px 14px;
margin:0 0 6px 0;
}

ul.df li ul{
margin:5px 0 0 0;
}

ul.df li ul li{
background:none;
padding:0 0 0 0;
margin:0 0 5px 0;
border:none;

}