/* CSS Document */

table.threeColTable {
	width:820px;
}
table.threeColTable caption {
background-color:#D1955C;
text-transform:uppercase;
text-align:center;
margin:1em auto;
font-weight:bold;
padding:5px;
color:black;
}
table.threeColTable th {
background-color:#EDEED2;
text-align:center;
color:black;	
}
table.threeColTable td a{
display:block;
}
table.threeColTable td a:hover, table.threeColTable td a:active,  {
background-color:#BA918B;
}
table.threeColTable th.topTH {
background-color:#B29BB4;
}
#twoColTable {
	width:500px;
	margin-left: 150px;
	text-align: center;
}
#twoColTable th {
background-color:#EDEED2;
text-align:center;
color:black;
}
th h4 {
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
table.threeColTable td {
	font-size: 95%;
	padding-top: 2px;
	padding-left: 3px;
	margin: 0px;
}
#twoColTblFestival {
padding:4px;
	width:550px;
	margin-left: 150px;
	text-align: left;
}
#twoColTblFestival td {
	width:50%;
	border-top:solid 1px #660000;
	padding: 7px;
}
#twoColTblFestival td.bgColor {
	background-color:#F0C396;
	color:black;
}
#twoColTblFestival H4 {
	margin-top: 0px;
}
