a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #990066;
}
a:hover {
	background-color: #0000FF;
	color: #FFFFCC;
}
a:hover img {
	background-color: #FFFFCC;
}
body {
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	background-color: #FFFFCC;
}
h1 {
	text-align: center;
	font-size: 36px;
	color: #CC0000;
}
h2 {
	color: #CC0000;
	font-size: 24px;
	font-style: italic;
}
h2 a {
	color: #CC0000;
	background-color: #FFFFCC;
}
h3 {
	font-size: 18px;
	text-decoration: underline;
}
img {
	border: 0px;
}
ol ol {
	list-style-type: lower-alpha;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: disc;
}
th {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #333333;
}
.imgLogoLeft {
	height: 150px;
	width: 200px;
	display: block;
}
.imgLogoRight {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.tableDisplay {
	margin-right: auto;
	margin-left: auto;
}
.tableNav {
	background-color: #CCCCCC;
	width: 100%;
	color: #FFFFCC;
	border: 1px solid #CC0000;
	border-spacing: 5px;
	table-layout: fixed;
	text-align: center;
}
.tableNav a {
	border: 1px solid #333333;
	color: #FFFFCC;
	background-color: #999999;
	display: block;
}
.tableNav a:hover {
	background-color: #0000FF;
}
.tableAltBG {
	border-collapse: collapse;
	text-align: center;
}
.tableAltBG td {
	border: 1px solid #333333;
	padding: 3px;
}
.tableAltBG .trHighlight td {
	background-color: #CCCCCC;
}
.tdFooterLibraries {
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.textBold {
	font-weight: bold;
}
.textFooter {
	font-size: 10px;
	text-align: center;
}
.textNote {
	font-size: 12px;
	text-align: center;
}
.textNote a {
	font-weight: normal;
}
.textDescription {
	font-size: 12px;
}
.ulTableNote {
	list-style-type: none;
	font-size: 12px;
}

