body {
	background-color: #ffe5cc;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.redlink {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #bf1200;
	text-decoration: none;
}
.redlink:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.darkgreyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.whitetext {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitehead {
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomlink {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.newstext {
	font-family: tahoma;
	font-size: 11px;
	color: #623813;
	line-height:15px;
	text-decoration: none;
}
.underredlink {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #bf1200;
	text-decoration: underline;
}
.underredlink:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.button {
	background-color:#BF0005;
	outline:1px solid #C8CEF7;
	border:1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	line-height: normal;
	padding:2px 5px 2px 5px;
	text-decoration: none;
}
.button:hover {
	background-color: #000000;
	}