@charset "utf-8";
/* CSS Document */
.taglinebg {
	background-image: url(images/taglinebg.jpg);
	background-repeat: no-repeat;
}
.mainbg {
	background-image: url(images/bgmain.gif);
	background-repeat: repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	background-color: #000033;
	margin: 0px;
	padding: 0px;
}
.paddingLR {
	padding-right: 15px;
	padding-left: 15px;
}

.txt-lg {
	font-weight: bold;
	font-size: 130%;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #66FFFF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txt-whiteLg {
	font-size: 250%;
}
.txt-blueLg {
	font-size: 250%;
	font-weight: bold;
	color: #66CCCC;
}



.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.footerbg {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-y;
}
.txt-blue {
	color: #66CCCC;
}
h1 {
	font-size: 100%;
}
