body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.top-line {
	background-image: url(images/top-line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.search-bg {
	background-image: url(images/search-bg-right.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.link-bg{
	background-image:url(images/search-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color:#F5DEBF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.heading-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height:35px;
}
.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.subheading-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#over a:hover{color:#a8591e}
a:hover{text-decoration:underline}
.sub-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a8591e;
	text-decoration: none;
}