html {
	scrollbar-base-color:#CCCCCC;
}
body,td,th {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #2E4861;
	background-attachment: fixed;
	background-image: url(../images/cdbackground.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
a {
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000066;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.centered {
	text-align:center;
}
.copyright {
	font-size: 11px;
	font-style: italic;
}
.celltitle {
	color: #000000;
	font-size: 10px;
}
.footnotes {
	font-size: 10px;
}
h1 {
	font-size: 20px;
	color: #000066;
}
h2 {font-size: 18px;
	color:#000066;
}
h3 {font-size: 16px;
	color:#000066;
}
h4 {font-size: 14px;
	color:#000066;
}
h5 {font-size: 12px;
	color:#000066;
}
h6 {
	font-size: 10px;
	color:#000066;
}
.leftimg {
	float: left;
	margin-right: 25px;
}
.clear {
	clear:left;
}