@charset "utf-8";
/* CSS Document */
.taglinebg {
	background-image: url(images/taglinebg.jpg);
	background-repeat: no-repeat;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.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%;
}

<!-- j.Chau Injection -->
a  {	font-weight: bold;	color: #FFFFFF;	text-decoration: none;}
a:link  {	color: #FFFFFF;	text-decoration: none;}
a:hover  {	color: #66FFFF;	text-decoration: none;}
a:visited  {	color: #FFFFFF;	text-decoration: none;}
a:active  {	color: #FFFFFF;	text-decoration: none;}

.green {	 font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;	color: #0DFF00;	text-decoration: none;	}
a.green  {	font-weight: bold;	color: #0DFF00;	text-decoration: none;	}
a:hover.green  {color: #66FFFF; text-decoration: none;}
<!-- j.Chau Injection -->

.txt-whiteLg {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.txt-blueLg {
	font-size: 26px;
	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: 24px;
	font-weight: bold;
	color: #fff;
}

