body {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-image: url(bg_header.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#pg {
	background-image: url(bg_pg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	background-position: center top;
	overflow: hidden;
}
#footer {
	background-color: #990000;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_footer.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
.txtTitleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
}
.txtNormalGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.txtMedGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
}
.txtTinyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: justify;
}
.txtMedRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	text-align: justify;
}
.txtLrgGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	text-align: justify;
}
.imgSpcRt {
	padding-right: 20px;
	padding-bottom: 10px;
}
