a.basewhite:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a.basewhite:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a.basewhite:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a.basewhite:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
.txt {
	font-size: 14px;
}
html, body {
	height: 100%;
}
#container {
	min-height: 100%;
	margin-bottom: -350px;
	position: relative;
}
#footer {
	height: 150px;
	position: relative;
}

.clearfooter {
	height: 350px;
	clear: both;
}
#container #header {
	background-color: #999999;
}
#container #nav {
	background-color: #006699;
}
#container #content {
	background-color: #666666;
}
