.tblImg {
	background-image: url(renewel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #000;
}
.txtTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
}
.txtQuote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
.txtMed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
.txtMedRed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #903;
}
.txtMedRed2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #903;
	text-align: justify;
}
.txtNormal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
}
.imgSpcRt {
	padding-right: 5px;
}
.txtTitleLink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
