body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contenttop {
	background-image: url(../images/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentbottom {
	background-image: url(../images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	background-repeat: no-repeat;
	background-position: left top;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contenttext A {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
.contenttext A:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.copy:hover {
	text-decoration: underline;
}
