@charset "UTF-8";
.background {
	background-attachment: fixed;
	background-image: url(images/background_green3.jpg);
	background-repeat: repeat;
}
.background-fan   {
	background-image: url(images/fan_upper-green.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: "dutismo-1", "dutismo-2";
	font-size: 14px;
	color: #F5E5C9;
	line-height: 14pt;
	font-weight: normal;
}
.titles {
	font-family: "dutismo-1","dutismo-2";
	font-size: 18px;
	color: fde4a1;
	font-weight: bold;
}
.table-header {
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #7B5505;
	border-right-color: #7B5505;
	border-bottom-color: #7B5505;
	border-left-color: #7B5505;
	font-family: Futura;
	font-size: 14px;
	color: #FFFFCC;
}
.table-contents {
	font-family: "dutismo-1","dutismo-2";
	font-size: 14px;
	color: #FFFFCC;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #474518;
	border-right-color: #474518;
	border-bottom-color: #474518;
	border-left-color: #474518;
}
.background-table {
	background-image: url(images/background_text.png);
	background-repeat: repeat;
}
.fiddlername {
	font-family: Futura;
	font-size: 11px;
	color: #BAB956;
}
.tunetitle {
	font-family: Futura;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15pt;
}
.cityname {
	font-family: Futura;
	font-size: 9px;
	text-transform: uppercase;
}
.background-lowerfan {
	background-attachment: scroll;
	background-image: url(images/fan_lower-green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

