body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.bg-white {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-size: 180%;
	margin: 0px;
	padding: 0px;
}

.bg-nav {
	background-image: url(images/bgnav.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.bg-main {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
.bg-footer {
	color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: repeat;
}
div.LinksWhite a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}
div.LinksWhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}
div.LinksWhite a:hover {
	color: #66CCFF;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}
div.LinksWhite a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}
.txt-130per {
	font-size: 130%;
}
div.LinksMain a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:hover {
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksFooter a:hover {
	color: #66CCFF;
	text-decoration: none;
}
div.LinksFooter a:active {
	color: #FFFFFF;
	text-decoration: none;
}
