a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



body {
	background-image: url(../records/_images/mudman.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: Black;
}



h2 {
	font-size: 25px;
	font-weight: bold;
	color: #FF6600;
}
h2 a {
	font-size: 25px;
	font-weight: bold;
	color: #FF6600;
}



h3 {
	font-weight: bold;
	color: #FF6600;
	font-size: 16px;
}


h4 {
	font-size: 90%;
	font-weight: normal;
}



h5 {
	color: #000000;
	letter-spacing: .5px;
}
h5 a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
h5 a:hover {
	text-decoration : underline overline;
	color: #000000;
}




small {
	font-size: 11px;
	color: #8E6A54;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}


.white {
	color: #FFF;
}
.white a {
	color: #FFF;
}


.rec-blue {
	color: #06F;
}


.rec-brown {
	color: #8E6A54;
}


.rec-orange {
	color: #F60;
}

.tablebdr {
	border: 1pt solid #8E6A54;
}
.tablebdr-r {
	border-top: 1pt solid #8E6A54;
	border-right: 1pt solid #8E6A54;
	border-bottom: 0pt;
	border-left: 0pt;
}
.tablebdr-l {
	border-top: 1pt solid #8E6A54;
	border-right: 0pt;
	border-bottom: 0pt;
	border-left: 1pt solid #8E6A54;
}
.tablebdr-blue-r {
	border-top: 1pt solid #0066FF;
	border-right: 0pt none;
	border-bottom: 0pt;
	border-left: 1pt solid #0066FF;
}
