body {
	background-color: #000;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
#pgContainer {
	margin: 0px;
	padding: 0px;
	width: 960px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #900;
	border-left-color: #900;
}

#header {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#footer {
	white-space: nowrap;
	margin: 0px;
	width: 960px;
	padding: 0px;
}

#pg {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
.imgSpcRT {
	padding-right: 20px;
	padding-bottom: 10px;
}
.imgSpcLF {
	padding-bottom: 10px;
	padding-left: 15px;
}

.txtLrgTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000;
}

.txtLrgSubTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
}
.txtLrgSubTitleJustify {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666;
	text-align: justify;
}
.txtLrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: justify;
	color: #333;
}



.txtMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
	color: #333;
}
.txtNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
