/* Multiwood Style Sheet */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #faf5d5;
}



.title {
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #6c6441;
	font-weight: bold;
}

.subtitle {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #6c6441;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #6c6441;
	font-weight: bold;
}

.gradback {
	background-image: url(images/gradient.gif);
	background-position: bottom;
	background-color: #faf5d5;
}

.Content {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #3e3924;
}
a.Content:Link {
	text-decoration: none;
	color: #6c6441;
}
a.Content:visited {
	text-decoration: none;
	color: #6c6441;
}
a.Content:hover {
	text-decoration: underline;
	color: #a9a077;
}
a.Content:active {
	text-decoration: none;
	color: #000000;
}

.Content-large {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #3e3924;
}
a.Content-large:Link {
	text-decoration: none;
	color: #6c6441;
}
a.Content-large:visited {
	text-decoration: none;
	color: #6c6441;
}
a.Content-large:hover {
	text-decoration: underline;
	color: #a9a077;
}
a.Content-large:active {
	text-decoration: none;
	color: #000000;
}

.Footer {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
a.Footer:Link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.Footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.Footer:hover {
	text-decoration: underline;
	color: #E1DDCE;
}
a.Footer:active {
	text-decoration: none;
	color: #FFFFFF;
}