@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #d7d7d7;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-y;
	left: auto;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
}
.graytext {
	color: #696969;
	font-size: 26.61px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
.redtext {
	color: #9a3234;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 21.61px;
}
.blackbold {
	font-size: 26.61px;
	font-weight: bold;
	color: #000;
}
.quotes {
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
.quoters {
	font-size: 10px;
	color: #696969;
	font-weight: normal;
	font-style: normal;
}
.list {
	text-align: left;
	line-height: 20px;
}
.links {
	color: #9a3234;
	font-family: Helvetica, Arial, sans-serif;
}

