body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}
a:link {
	color: #006FB8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006FB8;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
h1 {
	font-size: 11pt;
	text-align: justify;
	padding-top: 5px;
}
.pagebackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.sidebackground {
	background-image: url(images/side-dials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.credits {
	font-size: 7pt;
	color: #CCCCCC;
	line-height: 12pt;
}
a:link.credits {
	color: #CCCCCC;
}
a:hover.credits {
	color: #FF6600;
}
a:visited.credits {
	color: #CCCCCC;
}
a:hover.visited.credits {
	color: #FF6600;
}
p {
	text-align: justify;
}
.was {
	color: #FF0000;
}
.save {
	color: #FF0000;
	font-weight: bold;
}
#marqueecontainer {
	position: relative;
	width: 320px; /*marquee width */
	height: 70px; /*marquee height */
	background-color: #D2D2D2;
	overflow: hidden;
	border: 0px solid white;
	padding: 0px;
}
.whitebox {
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
.blackbox {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.articleBox {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #CCCCCC;
}