body {
	background-color: #000000;
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:180px;
	height:25px;		
}
.menubg A {
	background: url(../images/menu.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:180px;
	height:25px;
	padding-top: 2px;
	display: block;	
}
.menubg A:hover {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:180px;
	height:25px;
	display: block;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contenttext A {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}
.contenttext A:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4F5941;
	text-decoration: none;
}
.copy A {
	color: #4F5941;
	text-decoration: none;
}
.copy A:hover {
	color: #4F5941;
	text-decoration: underline;
}
.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
a.mail {
	color: #000000;
	text-decoration: none;
}
a:hover.mail {
	color: #000000;
	text-decoration: underline;
}
