body,p,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding-left	: 5pt;
	padding-right	: 5pt;
	line-height	: 1.2;
	padding-top	: 4px;
	padding-bottom	: 4px;
}


p {
	margin-top: 0px;
	margin-bottom: 0px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}



.also {
	font-size: 9px;
	font-color: gray;
}

.hd {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}




.dft {
	border: 1px solid black;
	border-collapse: separate;
}

.dft td {
	border: 1px solid black;
	border-collapse: collapse;

	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
 	margin: 3px;
 	padding: 3px;
}



.sbhd {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(wooden.jpg);
}

a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;

}


.border {
	border: 1px solid #666666;
}

.borderTLR {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: none;
	border-left: 1px solid #666666;
}
.borderBLR {
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.borderTopD {
	border-top: dashed 1px #EFEFEF;
}

.pad {
	padding-right: 15px;
	padding-left: 15px;
}

.links {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


