H1, H2, H3 {
	font-weight : bold;
	font-family : Trebuchet MS,Tahoma,Helvetica,Arial,Sans-Serif;
	color : #333;
	margin-bottom:.5em;
	padding-bottom:2px;
	line-height:1em;
}

H1 { font-size : 1.6em; }
H2 { font-size : 1.4em; }
H3 {	font-size : 1.2em; }

.headerbar   { border-bottom : 1px solid #999; }

H1.headerbar { border-bottom : 3px solid #999; }
H2.headerbar { border-bottom : 2px solid #999; } 
H3.headerbar { border-bottom : 1px solid #999; }

.Normal, .normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 150%;
}



/* Used for Agenda tables */
td.date {
	font-family : Trebuchet MS,Arial,Helvetica,Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

td.sectionheader {
	font-family : Trebuchet MS,Arial,Helvetica,Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
}

td.time {
	font-weight: bold;
	background-color: #eeeee0;
	border: 1px solid #000000;
	text-align: right;
}

td.description {
	border: 1px solid #000000;
	font-size: 10pt;
}



.itembox
{
	background-color:#e2e2c6;
	background-image:url('/images/bg-floatbox.gif');
	padding:8px;
	display:block;
}



.alignright, .sidebar-right {
	display:block;
	float:right;
	margin:5px 0px 10px 5px;
}

.alignleft, .sidebar-left {
	display:block;
	float:left;
	margin:5px 10px 10px 0px;
}

.aligncenter, .centered {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.sidebar-right, .sidebar-left {
	width : 150px;
	background-color:#e2e2c6;
	border:1px solid #666;
	padding:10px;
	font-size:.9em;
	line-height : 115%;
}
	.sidebar-right ul, .sidebar-left ul {
		margin:0px;
		padding:0px 0px 0px 15px;
	}


img.alignright, img.alignleft {
	border:1px solid black;
}


.indent {
	margin-left: 2em;
}
