@charset "utf-8";
/* CSS Document */

a:link {
	color: #55171a;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #55171a;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #231f20;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #55171a;
	text-decoration: none;
	font-weight:bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #231f20;
	text-decoration: none;
	background-color: #eae3d7;
}

.content {
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.footer {
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-position:top;
}

.introduction {
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.boldheading {
	font-weight:bold;
	color:#55171a;
}

.important {
	font-size:12px;
	font-weight:bold;
	color:#55171a;
}

.cftitle {
	font-size:12px;
	font-weight:bold;
	color:#55171a;}