@charset "UTF-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.lines {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
.lines_above {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}.linesall {
	border: thin dotted #CC0000;
}

