body {
	background-image: url(images/background.gif); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center top; /** Centers the Background image **/
	background-color: #e2e2e2; /** Website BG colour  **/
	margin: 0px 0px 0px 0px; 
}


a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}


#content {
	/*width: 1000px;
	margin: 0 auto;
	text-align: center;*/
} 
.boxtitlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B00000;
	font-weight: bold;
		text-align:left;
}
.boxcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
}
.redbold12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B00000;
	font-weight: bold;
		font-size: 12px;
}
.font14 {

		font-size: 14px;
}
.font24 {

		font-size: 24px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.scrolling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a.nounderline:link {

	text-decoration: none;
}
a.nounderline:visited {

	text-decoration: none;
}
a.nounderline:hover {

	text-decoration: none;
}
a.nounderline:active {

	text-decoration: none;
}

a.red:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}
a.red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}
a.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}
a.red:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: none;
}

#red a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}
#red a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}
#red a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}
#red a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
	font-weight: bold;
	text-decoration: underline;
}

