HTML {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #990000;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #990000;
	scrollbar-face-color: #6666FF;
	scrollbar-shadow-color: #fffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
}
BODY {
	FONT-FAMILY: times new roman, Times New Roman, Times;
	FONT-SIZE: 100%;
	font-weight: normal;
}
H1 {
	FONT-FAMILY: comic sans ms, arial, Helvetica;
	font-weight: normal;
	FONT-SIZE: 300%;
	COLOR: #cc0000;
	line-spacing: 10px;
	text-align: center;
}
H3 {
	FONT-SIZE: 156%;
}
H4 {
	FONT-SIZE: 112%;
	font-style: italic;
}
HR {
	COLOR: #cc0000;
	height: 3px;
	text-align: center;
	z-index: 1;
}
div.text {
	text-align: justify;
}
DT {
	font-weight: bold;
}
i.year {
	FONT-FAMILY: Abadi MT Condensed Light, Arial, Helvetica;
}
A:link, A:visited, A:active, a.qselect {
	color:#0000cc; text-decoration:none;
	font-weight: bold;
}
A:hover {
	color:#0000cc; text-decoration:underline;
}
HR.test {
	COLOR: #cc0000;
	WIDTH: 60%;
	height: 5px;
}
table.border {
	border-collapse:collapse;
	border:2px solid #cc0000;
}
div.menuBar, div.menuBar a.menuButton {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}
div.menuBar {
  background-color: #cc0000;
  border: 2px solid;
  border-color: #e38e8e #990000 #990000 #e38e8e;
  padding: 4px 2px 4px 2px;
  text-align: center;
  width: 740px;
}
div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #cc0000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
div.menuBar a.menuButton:hover {
  background-color: #80e3e3;
  border-color:  #000b83 #8487b0 #8487b0 #000b83;
  color: #000000;
  left: 1px;
  top: 1px;
}
td.bold {
  font-weight: bold;
  font-style: italic;
  COLOR: #cc0000;
}
tr.transB {
  filter: alpha(opacity=75); /* ie */
  -moz-opacity: .75; /* mozilla */
  background-color: #0000ff;
}
tr.transR {
  filter: alpha(opacity=75); /* ie */
  -moz-opacity: .75; /* mozilla */
  background-color: #ff0000;
}
input.sButton {
  font-size:90%;
  font-weight:bold;
  background-color:0000ff;
  color:ffffff;
}
table.infoBox {
  border: 1px solid #cc0033;
  background-color: #f8f8f9;
  margin: 0px;
  padding: 0px;
}
td.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #cc0000;
  color: #ffffff;
  text-align: left;
}
td.infoBoxHeadingRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #cc0000;
  color: #ffffff;
  text-align: right;
}