body {
	background: url('../img/page_bg.jpg');
	margin: 10px 0 150px 0;
	font-family: arial;
	font-size: 10pt;
	color:#55322c;
}

.headerLink {
	font-size: 8pt;
	color: #eb6200;
	font-weight: bold;
	text-decoration: none;
}

.headerLink:hover {
	text-decoration: none;
}

p, br {
	margin: 0;
	padding: 0;
}

a {
	font-size: 10pt;
	color: #eb6200;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navBar {
	margin: 40px 0 0 20px;
	color: #55322c;
}

#agenda_items {
	width: 470px;
	margin:25px 0 0 66px;
	font-size: 10pt;
	color: #55322c;
}

.agenda_divider_line {
	margin: 25px 0 4px 0;
}

.agenda_time_big {
	color: #e65f32;
	font-weight: bold;
	font-size: 20pt;
}

.agenda_time {
	color: #e65f32;
	font-weight: bold;
}

.textBox {
	margin: 0;
	padding: 2px;
	border: 1px solid #796d60;
	font-size: 10pt;
	color: #796d60;
	width: 200px;
}

.participateEntryBox {
	margin: 0 0 5px;
	padding: 2px;
	border: 1px solid #796d60;
	font-size: 10pt;
	color: #796d60;
	width: 375px;
}

.participateEntryPointsBox {
	margin: 0 0 5px;
	padding: 2px;
	border: 1px solid #796d60;
	font-size: 10pt;
	color: #796d60;
	width: 30px;
}