html {
	}

body {
	font-size: 76%;
	font-family: arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background-color: #a01e20;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left 0;
	margin: 0;
	padding: 0;
	}
table, td, p, div {
	font-size: 1em;
	}

div#img {
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
a:link, a:visited, a:active {
	color: #a90007;
	font-weight: bold;
	}
a:hover {
	color: #585e6a;
	font-weight: bold;
	}

/*Headings & Sub Headings*/
.pagehead {
	font-size: 1.4em;
	font-weight: bold;
	}

.subhead1 {
	color: #b50808;
	font-weight: bold;
	}

