/* CSS Document */
html {scrollbar-face-color: #1A171b;
scrollbar-shadow-color: #1A171b;
scrollbar-highlight-color: #1A171b;
scrollbar-3dlight-color:#D4B477;
scrollbar-darkshadow-color: #1A171b;
scrollbar-track-color: #1A171b;
scrollbar-arrow-color: #FFFFFF;}

body {
	background-image: url(../Images/backgrnd.jpg);
	background-color: #1A171b ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyText {
	font-family: Bodoni LT Book;
	font-size: 19px;
	color: #FFFFFF;
}
.bodyText_link {
	font-family: Bodoni LT Book;
	font-size: 19px;
	color: #D4B477;
}
.bodyText2 {
	font-family: Bodoni LT Book;
	font-size: 19px;
	color: #8E7163;
}
.bodySmallText2 {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	color: #8E7164;
}

.headline2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #8E7164;
}
.headline3 {	
    font-family: Futura Light BT;
	font-size: 28px;
	color: #FFFFFF;
}

.headline4 {	
    font-family: Futura Light BT;
	font-size: 18px;
	color: #8E7163;
}
.bodySmallText {
	font-family: HelveticaNeueLTStd-Roman;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #D4B477;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D4B477;
}
a:hover {
	text-decoration: underline;
	color: #D4B477;
}
a:active {
	text-decoration: none;
	color: #D4B477;
}

