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

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.brown:link {
	text-decoration: none;
	color: #885341;
}
a.brown:visited {
	text-decoration: none;
	color: #885341;
}
a.brown:hover {
	text-decoration: underline;
	color: #885341;
}
a.brown:active {
	text-decoration: none;
	color: #885341;
}
a.black:link {
	text-decoration: none;
	color: #000000;
}
a.black:visited {
	text-decoration: none;
	color: #000000
}
a.black:hover {
	text-decoration: underline;
	color: #000000
}
a.black:active {
	text-decoration: none;
	color: #000000
}
a.red:link {
	text-decoration: none;
	color: ##b01116;
}
a.red:visited {
	text-decoration: none;
	color: ##b01116;
}
a.red:hover {
	text-decoration: underline;
	color: ##b01116;
}
a.red:active {
	text-decoration: none;
	color: ##b01116;
}
.bodytext_red {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: normal;
	color: #b01116;
	text-decoration: none;
}
.bodytext_red_bold {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: ##b01116;
	text-decoration: none;
	}
.headingtext_red {
	font-family: "Arial", helvetica;
	font-size: 16px;
	line-height: 125%;
	font-weight: normal;
	color: ##b01116;
	text-decoration: none;
}
.bodytext_brown {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: normal;
	color: #885341;
	text-decoration: none;
}
.bodytext_brown_bold {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #885341;
	text-decoration: none;
	}
.headingtext_brown {
	font-family: "Arial", helvetica;
	font-size: 18px;
	line-height: 125%;
	font-weight: bold;
	color: #885341;
	text-decoration: none;
}
.bodytext_black {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytext_black_bold {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.bodytext_white {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext_white_bold {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menutext_white {
	font-family: "Arial", helvetica;
	font-size: 11px;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menutext_white_bold {
	font-family: "Arial", helvetica;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext_white {
	font-family: "Arial", helvetica;
	font-size: 10px;
	line-height: 125%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext_white_bold {
	font-family: "Arial", helvetica;
	font-size: 10px;
	line-height: 125%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.background_top {
	background-image: url(images/main_background_top.gif);
	background-repeat: no-repeat;
}
.bodytext_black_italic {
	font-family: "Arial", helvetica;
	font-size: 14px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
