HTML {min-height:100.1%;} 
a, a:link, a:visited, a:active  {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a.wht, a.wht:link, a.wht:visited, a.wht:active  {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
.white {
	color: #FFFFFF;
}

a.wht:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
body {
	margin: 0px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 1.5;
	background-color: #666666;
	background-image: url(img/bg_bd.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Tahoma;
	font-size: 18px;
	color: #666666;
	text-decoration: underline;
}

.nav {
	background-image: url(img/bg_nav.jpg);
	background-repeat: repeat-x;
}
ul {
	margin: 0px 0px 0px 30px;
}
.gap {
	line-height: 2;
	margin-left: 25px;
}
h2 {
	font-family: Arial, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.bdrlr {
	border: 1px solid #333333;
}
