.bg1 {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.whiteTxtFull {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	font-size: x-small;

}
.whiteTxtFullLrg {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	font-size: small;
}
.linkTxtFulll {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #990000;
	font-size: x-small;
}
.footerTxt {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #FFFFFF;
        font-size: 16px;
	padding: 5px;
}
.whiteTxtFullBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	font-size: x-small;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: none;


}

