@charset "UTF-8";
.dottedfill {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	float: right;
	display: block;
	width: 530px;
	height: 30px;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	display: block;
	margin-right: 10px;
	height: 30px;
	clear: left;
}
.normalFree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: none;
	line-height: 20px;	
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

