/* CSS Document */

dl.information{
	padding:0px;
}
dl.information dt{
	margin:10px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #695A5A;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color:#695A5A;
}
dl.information dd{
	margin:0px;
}
div.main-frame p.dotted{
	border:1px dotted #695A5A;
	padding:10px;
}