/* CSS Document */

body {
	background-color: #797977;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	line-height: 18px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.redheading {
	font-size: 16px;
	font-weight: bold;
	color: #E22E30;
}
.bold {
	font-weight: bold;
}
.redbold {
	font-weight: bold;
	color: #E22E30;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #E22E30;
}
.credits {
	font-size: 11px;
	color: #333333;
}
.credits:link {
	color: #333333;
	text-decoration: underline;
}
credits:visited {
	color: #333333;
}
credits:hover {
	color: #E22E30;
}
.pullquote {
	font-size: 16px;
	font-style: italic;
	color: #999999;
	line-height: 20px;
}
.italics {
	font-size: 14px;
	font-style: italic;
	color: #666666;
	line-height: 22px;
	text-align: right;
}

