body {
	background-color: #5E5744;
	margin: 0px;

}

a {
	text-decoration: underline;
	}

a:link {
	color: #383F50;
	}

a:visited {
	color: #383F50;
	}

a:active {
	color: #383F50;
	}

a:hover {
	color: #FFFFFF;
	background-color: #383F50;

	}

.content {
	background-image: url(images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	color: 5F5645;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #383F50;
	margin: 0px;
	padding: 0px;
}

.maincontent {
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #141310;
	border-bottom-color: #141310;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.maincontent_padding {
	border-right-style: dotted;
	border-right-color: #141310;
	border-right-width: 1px;
	margin: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-top: 6px;

}
.content2 {
	background-image: url(images/content_background_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.contentbody {
	margin: 0px;
	padding-top: 48px;
	padding-right: 5px;
	padding-bottom: 66px;
	padding-left: 0px;
}

a.home {
	margin: 0px;
	background: url(images/menu/home.jpg) no-repeat;
	height: 21px;
	width: 139px;
}

a.home:hover {
background: url(images/menu/home_over.jpg) no-repeat;
}
