@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #000066;
	margin: 0px;
	padding: 0px;
}
.txt-blue {
	color: #333399;
}
.txt-gray {
	color: #666666;
}

.bg-white {
	background-color: #FFFFFF;
}
.bg-sideboxes {
	background-image: url(images/sideboxes.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.pad-top40 {
	padding-top: 40px;
}
.txt-blueLG {
	font-size: 200%;
	font-weight: bold;
	color: #333399;
}
.txt-blkLG {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.pad-top25 {
	padding-top: 18px;
}
div.LinksSide a:link {
	color: #000000;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
div.LinksSide a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
div.LinksSide a:hover {
	color: #3333CC;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
div.LinksSide a:active {
	color: #000000;
	text-decoration: none;
	font-size: 125%;
	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: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksFooter a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

