body {
  font-family:arial;
  font-size:12pt;
  bgcolor:#FFFFFF;
  scrollbar-arrow-color:#FFFF99;
	scrollbar-base-color:#660000;
	scrollbar-shadow-color:#990000;
	scrollbar-face-color:#660000;
	scrollbar-highlight-color:#FFFF99;
	scrollbar-dark-shadow-color:#FFFF99;
	scrollbar-3d-light-color:#FFFFFF;
}

P.menu   { font-face: arial narrow; font-size: 10pt}
.maintitle { font-family: gill sans mt, gill sans mt condensed, gill sans, gill, arial; 
             font-size: 40pt; 
             color: #660000; 
             letter-spacing: 0;
             font-variant: small-caps;
           }
.mainsubtitle { font-family: arial; 
             font-size: 18pt; 
             color: #660000; 
           }


.menu    { font-face: arial narrow; font-size: 12pt}
.large   { font-face: arial narrow; font-size: 14pt}
.medium  { font-face: arial narrow; font-size: 12pt}
.small   { font-face: arial narrow; font-size: 10pt}
.tiny    { font-face: arial narrow; font-size: 8pt}

H1       { color: #660000; font-weight: bold; font-size: 18pt}
H2       { color: #660000; font-weight: bold; font-size: 16pt}
H3       { color: #660000; font-weight: bold; font-size: 14pt}

A:link    { color: #660000; font-weight: none}
A:active  { color: #660000; font-weight: none}
A:visited { color: #990000; font-weight: none}
A:hover   { color: #FFFFFF; font-weight: none; background: #660000}

A.picturelink:link    { color: #0000FF; font-weight: none; background: none}
A.picturelink:active  { color: #0000FF; font-weight: none; background: none}
A.picturelink:visited { color: #0000FF; font-weight: none; background: none}
A.picturelink:hover   { color: #0000FF; font-weight: none; background: none}

A.defaultlink:link    { color: #0000FF; font-weight: none; background: none; text-decoration: underline}
A.defaultlink:active  { color: #0000CC; font-weight: none; background: none; text-decoration: underline}
A.defaultlink:visited { color: #0033FF; font-weight: none; background: none; text-decoration: underline}
A.defaultlink:hover   { color: #0066FF; font-weight: none; background: none; text-decoration: underline}

A.normal:link     { color: #0000FF; font-weight: none; background: none}
A.normal:active   { color: #0000FF; font-weight: none; background: none}
A.normal:visited  { color: #0000FF; font-weight: none; background: none}
A.normal:hover    { color: #0000FF; font-weight: none; background: none}


.menubar A {
	FONT-SIZE: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #131313;
	DISPLAY: block;
	PADDING-LEFT: 3px;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-BOTTOM: #EFEFEF 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	WIDTH: 100%;
}
.menubar A:visited {
	COLOR: #131313;
}
.menubar A:hover {
	COLOR: #000000;
	BACKGROUND-COLOR: #C9CDD9;
	PADDING-LEFT: 3px;
	BORDER-TOP: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-LEFT: #DDDDDD 1px solid;
	BORDER-RIGHT: #DDDDDD 1px solid;
}
.menubar A:active {
	COLOR: #333333;
	BACKGROUND-COLOR: #B5B5B5;
}

pre       { overflow:auto; color: #660000; font-face: arial narrow; font-size: 10pt;}

.menutitle {
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
  color: #FF9900;
  background: #000000;
}

.menutitlesmall {
  font-family: arial;
  font-weight: bold;
  font-size: 8pt;
  color: #FF9900;
  background: #000000;
}

.table-heading {
  background-image: url(/images/headerlogo.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background: #000000;
}

.table-bgimage {
  background-image: url(/images/headerlogo.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.alert {
  border: medium solid #ffffff;
  padding: 0.35cm 2.0cm;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  color: #ffffff;
  background: #ff0000;
  text-align: center;
  line-height: 14pt;
}

.alert a:link    { color: #ffffff; background: #ff0000; text-decoration: underline; font-weight: none}
.alert a:hover    { color: #ff0000; background: #ffffff; text-decoration: underline; font-weight: none}
.alert a:active    { color: #ffffff; background: #ff0000; text-decoration: underline; font-weight: none}
.alert a:visited    { color: #ffffff; background: #ff0000; text-decoration: underline; font-weight: none}



