@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #000000;
	font-size: 12px;
	line-height: 140%;
	vertical-align: baseline;
}
a:link {
	font-weight: bold;
	color: #330066;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #330066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #330066;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.whiteBkgd {
	background-color: #FFFFFF;
}
.smaller {
	font-size: smaller;
}
h1 {
	font-size: larger;
	font-weight: bold;
}
.bigbold {
	font-size: larger;
	font-weight: bold;
}
.picCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: normal;
	font-weight: bold;
	color: #222222;
	background-color: #FFFFFF;
}
.siteBar {
	text-align: left;
	vertical-align: top;
}

