body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.bg-white {
	background-color: #FFFFFF;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.txt-white {
	color: #FFFFFF;
}
h2 {
	color: #000099;
	font-size: 220%;
}
.bg-bluebox {
	background-image: url(images/blue-box.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}
.txt-blueLG {
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}


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: #0000CC;
	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;
	font-weight: bold;
}
div.LinksFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.txt-smItal {
	font-size: 95%;
	font-style: italic;
}

