/*-----------------------Basic Font Styles-----------------------*/	

body{
	background: #654918;
	background-image: url(/images/assets/bg.gif);
	margin: 0px;
	font-family:  Verdana, Arial, Tahoma;
	font-size: 11px;
	
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}
a {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #b98748;
}

a:link, a:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #b98748;
}

a:active, a:hover {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #4d443b;
}

/* Default Body Font */
.bodyFont {
	font-family:  Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}


.darkBrownFont {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #4d443b;
}

/* Footer */
.footer {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #4d443b;
}

a.footer:link, a.footer:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #4d443b;
}

a.footer:hover, a.footer:active {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #b98748;
}

/* Titles */
.whiteTitle {
	font-family: Arial, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}

a.whiteTitle:link, a.whiteTitle:visited {
	font-family: Arial, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a.whiteTitle:hover, a.whiteTitle:active {
	font-family: Arial, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #4d443b;
}


.brownTitle {
	font-family: Arial, Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight : bold;
	color: #b98748;
}

a.brownTitle:link, a.brownTitle:visited {
	font-family: Arial, Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight : bold;
	text-decoration: none;
	color: #b98748;
}

a.brownTitle:hover, a.brownTitle:active {
	font-family: Arial, Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight : bold;
	text-decoration: underline; 
	color: #4d443b;
}