/* CSS Document */

.hdr {
	color: #FFFFFF;
}
.hdr a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.hdr a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.hdr a:hover {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}
.hdr a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.ftr {
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}
.ftr a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.ftr a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.ftr a:hover {
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
}
.ftr a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
