@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8B846A;
}
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 321px;
	width: 789px;
}
.leftline {
	background-image: url(../images/llll.gif);
	background-repeat: repeat;
	background-position: top;
}
.downbox {
	background-image: url(../images/mm.gif);
	background-repeat: repeat-x;
	height: 52px;
	width: 1px;
}
.link {
	font-family: Calibri;
	font-size: 18px;
	font-weight: normal;
	color: #B2AB8C;
	text-align: center;
	font-style: italic;
}

.line {
	background-image: url(../images/llll.gif);
	background-repeat: repeat-x;
	width: 9px;
	height: auto;
}
.text {
	font-family: Calibri;
	font-size: 14px;
	color: #5B5643;
}
.heading {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #5B5643;
	font-style: italic;
}
.heading1 {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #710027;
}
a:link {
	color: #B0A98C;
	text-decoration: none;
}
a:visited {
	color: #E5DDB9;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #9B9B9B;
	text-decoration: none;
}

