@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.line {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666666;
	margin-bottom: 15px;
}
h1 {
	font-size: 14pt;
}

/** result page start **/
.resulttitle {
	font-size: 12pt;
}
.resultsp {
	padding: 10px;
	border: 2px dotted #999999;
}

/** result page end **/
