body {
	color: #660000;
	background-attachment: scroll;
	background-color: #999999;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.textTd {
	background-attachment: fixed;
	background-image: url(images/background_text.jpg);
	background-repeat: repeat;
	padding: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #400000;
	text-transform: uppercase;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-style: italic;
	font-weight: bold;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #61000E;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #7E2121;
}

a:link {
	color: #AE0034;
	text-decoration: none;
}
a:hover {
	color: #363672;
	text-decoration: underline;
}
a:visited {
	color: #AE0034;
	text-decoration: none;
}
.sideTd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.quoteTd {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	border: 3px solid #968F85;
}
.leftpic {
	margin-right: 10px;
}
.rightpic {
	margin-left: 10px;

}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


ul {
  list-style: none;
}
