* {
	margin: 0px;
	padding: 0px;
}

.invisible {
	height: 0px;
	overflow: hidden;
	display: none;
}

.floatend {
	clear: both;
	height: 0px;
	overflow: hidden;
}

strong {
	color: #580a06;
}


a {
	outline: none;
	text-decoration: none;
	color: #580a06;
}

html, body {
}

body {
	color: #333;
	font-size: 9pt;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 4.5mm;
	
	background-image: url('../images/background-body.jpg');
	background-repeat: repeat-x;
	background-color: #fdeccd;
}

div#wrapper {
}

div#header .mod_customnav,
div#header .topimage,
div#left div.mod_navigation {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #580a06;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 19pt;
	line-height: 9.5mm;
}

h2 {
	font-size: 15pt;
	line-height: 7.5mm;
}

h3 {
	font-size: 13pt;
	line-height: 6.5mm;
}

h4 {
	font-size: 11pt;
	line-height: 5.5mm;
}

h5 {
	font-size: 9pt;
	margin: 0 0 0 0;
}

div#main p {
	margin: 0 0 10px 0;
}

div#main ul {
	margin: 0 0 10px 20px;
}

div#main table td {
	vertical-align: bottom;
	padding: 0 0 10px 0;
}

div#main table td strong {
	font-size: 13pt;
	font-weight: normal;
}

div#main a img {
	border: 1px solid #333;
	padding: 3px;
}

div#main .borderbottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

div#main .event {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

div#main .event p {
	margin-bottom: 5px;
}





div#footer {
	border-top: 1px solid #333;
	margin: 1cm 0 0 0;
	padding: 1cm 0 0 0;
}

div#footer div.inside {
}

div#footer div.text {
	color: #333;
	text-align: right;
	font-size: 11px;
}

div#footer div.mod_customnav {
	display: none;
}


/**********************
 * FORM
 **********************/
 
form {
	display: none;
}