div.scrolltext {
	height: 520px;
	width: 100%;
	overflow: auto;
	padding: 5px;
}

img { 
	border-color: #000000; 
}

#tooltip {
	font-family: Century Gothic, Arial, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
}

H1 {
	color: #000000;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
}

H2 {
  color: #000000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 20pt;
  font-weight: bold;
}

H3 {
  color: #000000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

H4 {
  color: #000000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

P {
  color: #000000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

TD {
  color: #000000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.red {
  color: #FF0000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.smallprint {
  color: #000000;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

B {
  font-weight: bold;
}

I {
  font-style: italic;
}

A {
	color: #000000;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #000000;
}

A:active {
  color: #FF0000;
}

A:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
}

.list {
	color: #000000;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}

.list a {
 font-size: 14px;
 padding-bottom: 2px;
 padding-left: 5px;
 padding-right: 5px;
}

.list a:hover {
 color: #FFFFFF;
 font-size: 14px;
 padding-bottom: 2px;
 padding-left: 5px;
 padding-right: 5px;
 background-image: url(rococo.jpg); 
}

body {
	margin-left:0px; 
	margin-top:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	background-color: #FFFFFF;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	scrollbar-face-color: #ECECEC;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FCFCFC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #E2E2E2;
	scrollbar-arrow-color: #FF0000;
}
