body {
	background-color: #BAB5A7;
	margin-top: 0px;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
}
.Menu {
	font-size: 16px;
	color: #BAB5A7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../gfx/menu-bg.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}
.Menu a:link {
	color: #BAB5A7;
	text-decoration: none;
}
.Menu a:visited {
	text-decoration: none;
	color: #BAB5A7;
}
.Menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.Menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.BtmMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #641424;
	font-size: 14px;
	font-weight: normal;
}
.BtmMenu a:link {
	color: #641424;
	text-decoration: none;
}
.BtmMenu a:visited {
	text-decoration: none;
	color: #641424;
}
.BtmMenu a:hover {
	text-decoration: none;
	color: #968D78;
}
.BtmMenu a:active {
	text-decoration: none;
	color: #968D78;
}
.Copyright {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3E3E3E;
}
.Copyright a:link {
	color: #3E3E3E;
	text-decoration: none;
}
.Copyright a:visited {
	text-decoration: none;
	color: #3E3E3E;
}
.Copyright a:hover {
	text-decoration: underline;
	color: #968D78;
}
.Copyright a:active {
	text-decoration: underline;
	color: #968D78;
}
.Content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
}
.Content a:link {
	color: #641424;
	text-decoration: none;
}
.Content a:visited {
	text-decoration: none;
	color: #641424;
}
.Content a:hover {
	text-decoration: underline;
	color: #968D78;
}
.Content a:active {
	text-decoration: underline;
	color: #968D78;
}