body {
	background-image: url("../img/lightboards.gif");

}


div {
	font-size: 8pt;
	font-family: Verdana, Chicago, Arial, sans-serif;
	background-color: #fff;

	width: 80%;
	top: 0%;
	left: 10%;
	padding: 0 10 10 10;
	min-height: 100%;
}

hr {
	border-top: solid 1px #fa0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	color: #fa0;
}

td {
	font-size: 8pt;
}

h1 {
	font-size: 14pt;
	line-height: 140%;
        font-weight: bold;

}

h2 {
	font-size: 12pt;
	line-height: 140%;
        font-weight: bold;

}

.mk {
	background: #ddd;
	padding: 2;
}

.bx {
	padding: 5;
	border-width: 1;
	border-style: dotted;
	border-color: #f00;
}

p {
	margin-bottom: 15;
	line-height: 12pt;
}

dl {
	line-height: 140%;
}

dt {
        font-weight: bold;
}
dd {
        margin-left: 10px;
        margin-bottom: 5px;
}
a, a:visited {
	color: #000;
	background-color: #fec;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	background-color: #99f;
	text-decoration: none;
}