body, p, td {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #515151;
	line-height: 17px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #ac2c3d;
}

.hr,
.horizontalRule {
	display: block;
	margin-top: 7px;
	margin-bottom: 5px;
	height: 1px;
	background-image: url("images/uploads/hr-gray.gif");
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
}

form {
	display: inline;
}

P.header {
	color: #6c0313;
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 6px;
}

.subHeader {
	font-weight: bold;
}

.gradientTable {
	width: 702px;
}
.gradientTable td {
	font-size: 0px;
	line-height: 1px;
	height: 8px;
}
.gradientTableCell {
	height: auto;
	background-image: url("images/table-gradient-bg-short.jpg");
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;
	
	font-size: 12px;
	line-height: 15px;
	color: #515151;
}
.gradientTableDivider {
	width: 16px;
}
.feedHeader,
.gradientTableCell .header {
	color: #ac2c3d;
	font-size: 15px;
	margin-bottom: 4px;
	font-weight: normal;
	line-height: normal;
}
.feedHeader {
	margin-top: 9px;
	margin-bottom: 1px;
}
.gradientTableCell .subHeader {
	color: #555555;
	font-weight: bold;
}
.gradientTableCell .header a {
	color: #ac2c3d;
	text-decoration: none;
}
.gradientTableCell p {
	font-size: 12px;
	line-height: 15px;
	color: #515151;
}
.gradientTableCell .horizontalRule {
	background-image: url("images/hr-blue.gif");
}

ul {
	list-style-image: url("images/bullet.gif");
	padding-left: 10px;
	margin-left: 9px;
	margin-bottom: 1em;
}
ol {
	list-style-type: decimal;
	margin-bottom: 1em;
}

li {
	padding-bottom: 5px;
}

img.contentImageLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
img.contentImageRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

table.contentTable td {
	padding: 3px;
}

td.tableHeader {
	background-color: #e9e7ea;
	color: #515151;
	font-weight: bold;
	padding: 4px;
}
td.dividerCell .horizontalRule {
	margin: 0px;
}

.boxLightContainer {
	background-color: #e9e7ea;
}
.boxLightContent {
	padding-left: 10px;
	padding-right: 10px;
	color: #515151;
}
.boxLightTop {
	background-image: url("images/uploads/box-corners/light-blue-UL.gif");
	background-repeat: no-repeat;
	text-align: right;
	line-height: normal;
	font-size: 1px;
}
.boxLightBottom {
	background-image: url("images/uploads/box-corners/light-blue-LL.gif");
	background-repeat: no-repeat;
	text-align: right;
	line-height: normal;
	font-size: 1px;
	height: 10px;
}

P.fancyHeader {
	font-size: 13px;
	text-transform: uppercase;
	color: #515151;
	font-weight: bold;
	margin-bottom: 5px;
}

table.captionTableRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
}

table.captionTableLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
}

table.captionTableRight .boxLightContent,
table.captionTableLeft .boxLightContent {
	font-size: 11px;
}

a.headerLink {
	color: #cc6633;
	text-decoration: none;
	font-weight: bold;
}


