/* CSS Document */
body {background-image: url(images/background.gif)}

.BG-brown-dark  {
	background-color: #907157;
}

.BG-brown-light  {
	background-color: #A1846B;
}

.BG-green-dark  {
	background-color: #838334;
}

.BG-green-light  {
	background-color: #979753;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
}

.text-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 16px;

}

.text-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #E3DBD5;
	font-weight: normal;
	text-align: left;
	line-height: 16px;

}

.text-body A:link  { color: #FFFFFF; font-weight: normal; text-decoration: underline }

.text-body A:visited  { color: #FFFFFF; font-weight: normal; text-decoration: underline }

.text-body A:hover { color: #FFFFFF; font-weight: normal; text-decoration: underline }


.text-nav  {
	color: #FFFFFF;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.text-nav A:link  { color: #2f455f; font-weight: bold; text-decoration: underline }

.text-nav A:visited  { color: #2f455f; font-weight: bold; text-decoration: underline }

.text-nav A:hover { color: #2f455f; font-weight: bold; text-decoration: underline }

.text-nav-off  {
	color: #FFFFFF;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
