.listtable, .listtable TD, .listtable TH {
  color: #334499;
  font-size: 10pt;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  vertical-align: top;
  text-align: center;
}
.heading {
  color: #FFFFFF;
  font-size: 14pt;
  font-style: italic;
  font-weight: 600;
  font-family: Helvetica;
  text-align: center;
} 
.notice {
  color: #FFFFFF;
  font-size: 12pt;
  font-family: Helvetica;
  font-style: italic;
  font-weight: 750;
  text-align: center;
}
.notice-text {
  color: #EEEEAA;
  font-size: 14pt;
  font-family: Helvetica;
  font-style: italic;
  font-weight: 750;
  text-align: center;
}
.info-area-text {
  color: #FFFFFF;
  font-size: 12pt;
  font-family: Helvetica;
  text-align: center;
}
.view-area-heading {
  color: #334499;
  font-size: 12pt;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  text-align: center;
}
.view-area-table {
  color: #334499;
  font-size: 8pt;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  text-align: center;
  vertical-align:top;
}
.view-area-text {
  color: #334499;
  font-size: 9pt;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  text-align: center;
}
.view-area-list {
  color: #334499;
  font-size: 9pt;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  text-align: left;
}
.bulletlist {
  list-style: disk;
  color: #334499;
}
.numberedlist {
  list-style: decimal;
  color: #334499;
}
.info {
  color: #FFFFFF;
  font-size: 9pt;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  text-align: center;
}
.footnote {
  color: #FFFFFF;
  font-size: 9pt;
  font-style: italic;
  font-family: Helvetica;
  text-align: center;
}
td {
  vertical-align:top;
} 
body {
  color: #FFFFFF;
  background-color: #334499;
}
#page {
        position: absolute;
        top: 0px;
	left: 20px;
}
#banner {
        position: relative;
	top: 0px;
	left: 0px;
}
#links {
        position: relative;
	top: 0px;
	left: 0px;
}
#main {
	width: 600px;
	height: 400px;
        position: relative; 
        top: 0px;
	left: 10px;
        background-image: url(images/autumn-leaves4.jpg);
        background-repeat: no-repeat;
}
#viewer {
	height: 240px;
	width: 500px;
        position: absolute; 
        top: 40px;
	left: 50px;
}
#footer {
        position: relative;
        top: 0px;
	left: 0px;
}
A {
  color: #339966;
  background-color: transparent;
  text-decoration: none;
}
A:visited {
  color: #559999;
  background-color: transparent;
}
A:link {
  color: #77BBBB;
  background-color: transparent;
}
A:link:hover {
  color: #FF33FF;
  text-decoration: underline;
}
A:visited:hover {
  color: #FF33FF;
  text-decoration: underline;
}
