/* Copyright (C) DehumidifierTips.com */

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #987C99;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #987C99;
	font-weight: bold;
	text-decoration: underline overline;
}

body {
	background-color: #FFFFF0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.maintable {
	background-image: url(images/bklogo.gif);
	background-color: #ECE9D8;
	background-position: right top;
	background-repeat: no-repeat;
}

h1 {
	color: #987C99;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}

td{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.btcopyrights {
	color: #987C99;
	font-size: 10px;
}

.btheaderbk {
	background-image: url(images/bkheader.gif);
	background-repeat: repeat-x;
}

.btlogobk {
	background-image: url(images/bklogo.gif);
	background-repeat: no-repeat;
}

.btnavbk {
	background-image: url(images/bknav.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.btsubtitle {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
p  { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 } 