body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #F1E8E2;

}
.footerBg {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
.contentBg {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;

}
.heading1 {
	font-size: 16px;
	color: #6C1C24;
	font-weight: bold;


}

a:link { color: #6c1c24; text-decoration: underline }
a:active { color: #6c1c24; text-decoration: underline }
a:visited { color: #6c1c24; text-decoration: underline }
a:hover { color: #6c1c24; text-decoration: none }
.txtMedium {
	font-size: 14px;
	line-height: 20px;
}
.bgGrey {
	background-color: #DDD4CC;
}
input {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.txtQuote {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #5E0D0E;
	line-height: 22px;

}
h1 {
	font-size: 16px;
	color: #5E0D0E;
}

