body {
	font-family: Trebuchet MS, arial, helvetica, verdana;
	font-size: 8pt;
	color: #000;
	background-color: #ffffff;
}
* {
	margin: 0;
}
#Left img {
	margin-bottom: 3px;
}
.Agendaitem {
	display: block;
	height: 50px;
	margin-bottom: 3px;
	background: url(../images/divider.gif) no-repeat bottom center;
}
/***** COMMON STYLES *****/
p {
	font-family: Trebuchet MS, arial, helvetica, verdana;
	font-size: 8pt;
	line-height: 13px;
	color: #000;
	margin-bottom: 10px;
}
h1 {
	font-family: Trebuchet MS, arial, helvetica, verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
a {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}

#Contactform {
	margin-top: 50px;
	margin-left: 50px;
}
.formfield {
	margin-bottom: 15px;
}
label {
	float: left;
	width: 150px;
}
.inputText, .inputTextArea {
	width: 377px;
}
.BtnSubmit {
	margin-left: 150px;
}
.alert {
	display: block;
	width: 357px;
	background-color: #f7d9d9;
	border: 1px solid #cc0000;
	padding: 10px;
	font-weight: bold;
	color: #cc0000;
	margin-left: 150px;
	margin-bottom: 25px;
}