body{
	background: #fff;
	color: #000;
	font-family: arial;
	font-size: 9pt;
}

img{
	border: 0px;
}

img.wborder{
	border: 1px solid #000;
	margin: 5px;
}

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

ul{
	margin: 0;
}

li{
	padding: 0 0 3px 0;
}

td{
	color: #000;
	font-family: arial;
	font-size: 9pt;
}

a:link{
	color: #00f;
	text-decoration: underline;
}
a:visited{
	color: #00f;
	text-decoration: underline;
}
a:hover{
	color: #00f;
	text-decoration: none;
}

#content_container{
	width: 620px;
	padding: 10px;
	text-align: left;
}

#content_container p,div{
	padding: 0 0 12px 0;
	margin: 0;
}

h1{
	font-size: 1.9em;
	margin: 0 0 12px 0;
}

h2{
	font-size: 1.7em;
	margin: 0 0 12px 0;
}

h3{
	font-size: 1.4em;
	margin: 0 0 12px 0;
}

.errortext{
	color:#f00;
}

.agenda_table td.header{
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.agenda_table td.time{
	width: 30%;
	background: #fff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.agenda_table td.agenda{
	width: 70%;
	background: #fff;
	font-size: 8pt;
}

.agenda_table td.agenda_blue{
	width: 70%;
	background: #DDEEFF;
	font-size: 8pt;
}

.agenda_table td.agenda_red{
	width: 70%;
	background: #FFDDDD;
	font-size: 8pt;
}

.agenda_table td.agenda_orange{
	width: 70%;
	background: #FFDDAA;
	font-size: 8pt;
}

.agenda_table td.agenda_green{
	width: 70%;
	background: #CCFFCC;
	font-size: 8pt;
}

.agenda_table td p{
	padding: 0 0 8px 0;
	margin: 0;
}
