	body {
	background-color: #8D2105;
}

	img {
	border:none;
}

	p, td {
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D2105;
}

	a:visited, a:link {
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #8D2105;
}

	a:hover {
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8D2105;
}
	
	input, textarea {
	background-color: #FFFFFF;
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

	table.main {
	padding: 0px;
}	


/* ======================================= */
/* THE FOLLOWING STYLES ARE FOR THE HEADER */
/* ======================================= */

/* .hedtop is the line of links at top right of the page */

td.hedtop {
	font-size: 13px;
	font-weight: normal;
	color: #F2E7D1;
}

a.hedtop:visited, a.hedtop:link {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #F2E7D1;
}

a.hedtop:hover {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #F2E7D1;
}

/* .hedbloc and .topnav is the two links in the white box in the hed */

td.hedbloc, td.topnav {
	font-size: 14px;
	font-weight: normal;
	color: #8D2105;
}

a.hedbloc:visited, a.hedbloc:link, a.topnav:visited, a.topnav:link {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #8D2105;
}

a.hedbloc:hover, a.topnav:hover {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #8D2105;
}




/* ======================================= */
/* THE FOLLOWING STYLES ARE FOR THE FOOTER */
/* ======================================= */


/* .foottxt is the paragraphs of text in the footer */

td.foottxt, p.foottxt {
	color: #F2E7D1;
}

a.foottxt:visited, a.foottxt:link {
	color: #F2E7D1;
}

a.foottxt:hover {
	text-decoration: underline;
	color: #F2E7D1;
}




/* ========================================= */
/* THE FOLLOWING STYLES ARE FOR THE HOMEPAGE */
/* ========================================= */

.farrerside {
	color: #F2E7D1;
}

a.farrerside:visited, a.farrerside:link {
	color: #F2E7D1;
}

a.farrerside:hover {
	text-decoration: underline;
	color: #F2E7D1;
}


/* ====================================== */
/* THE FOLLOWING STYLES ARE FOR SUB-PAGES */
/* ====================================== */

/* .ttl is for styling the title of a sub-page */

td.ttl, p.ttl {
	font-size: 20px;
	font-weight: bold;
	color: #8D2105;
}

/* .bc is for styling the breadcrumb links on a sub-page */

td.bc, p.bc {
	color: #008080;
}

a.bc:visited, a.bc:link, a.bc:hover {
	color: #008080;
	text-decoration: underline;
}

/* .subttl is for styling sub-titles in content sub-pages */

	.subttl {
	color: #9900CC;
	font-style: italic;
	font-weight: bold;
}

/* .txtlnk is for styling links in regular content within sub-pages */

	a.txtlnk:visited, a.txtlnk:link {
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #9900CC;
}

	a.txtlnk:hover {
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #D966FF;
}