/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background-color: #CADFF9;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: #234EBE;
}
h2 {
	font-size: 18px;
	color: #234EBE;
}
h3 {
	font-size: 14px;
	color: #234EBE;
}
a.white:link {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}
a.white:visited {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}
a.white:hover {
	color: #FF9900;
	font-size: 8pt;
	font-weight: bold;
}
a.white:active {
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold;
}

a:link { color: #0000FF; }
a:visited { color: #003399; }
a:hover { color: #FF9900; }
a:active { color: #FF0000; }

.EventHeaders {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #000033;
}
#sidebar {
	float: right;
	margin: 0 0 5px 25px;
}
.imgTopRight {
	float: right;
	margin: 0 0 5px 25px;
}
.imgTopLeft {
	float: left;
	margin: 0 25px 5px 0;
}
.itemName { font-size: 14px; font-weight:bold; }
