body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(graphics/bg-tile.gif);
}
.page {
	background-color: #FFFFFF;
}
h1 {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 16px;
	color: #C12025;
}
h2 {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 16px;
}
h3 {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #C22127;
}
p {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 25px;
	line-height: 150%;
}
li {
	line-height: 160%;
	list-style-position: outside;
	list-style-image: url(graphics/tick.gif);
	margin-left: 5px;
}
.quote {
	font-style: italic;
	color: #BD171A;
}
a {
	color: #6f6f6f;
}
a:link {
	color: #6f6f6f;
}
a:hover {
	color: #000000;
}

.textbg {
	background-color: #f8f7f0;
}
.bannerbg {
	background-color: #E5E2D1;
}
.textbgl {
	background-color: #FBFAF6;
}
