@charset "utf-8";
body  {
	background-color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color:#333;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0.6em 0;
}
a {
	color:#333;
}
table {
	margin-bottom: 0.7em;
}
td, th {
	padding:5px;
}
th {
	background-color:#EEE;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
hr {
	border-top:1px solid #ABABAB;
	border-bottom:1px solid #DDD;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	padding: 1px 0;
	text-transform:uppercase;
}
h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-bottom:0.2em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom:0.2em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:0.2em;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom:0.2em;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom:0.1em;
}
ol.list {
	list-style-type:decimal;
}
ul.list {
	list-style-type:disc;
}
ul.list, ol.list {
	list-style-position: inside;
}

/* CUSTOM STYLES THAT USERES CAN USE */
.tableStyle1 {
	border:1px dashed #CCC;
	width:500px;
}
.tableStyle1 td, .tableStyle1 th {
	font-size: 11px;
	padding:3px;
	border:1px dashed #CCC;
}
.detailText1 {
	font-size: 0.9em;
}
.detailText2 {
	color:#666;
	font-size: 0.9em;
}
.content-indent {
}
.content-centered {
	text-align:center;
}
.content-img-festival {
	margin: 0 0 -20px 5px;
}
