body
{
	background-color: #fff8e0;
	background: url(../images/background_page.jpg);
	font-family: Verdana, "Courier New", Courier, mono;
	font-size: 12pt;
/*
  scrollbar-highlight-color:  #ffc0c0;
  scrollbar-arrow-color:      #ffc0c0;
  scrollbar-3dlight-color:    #ffc1a4;
  scrollbar-base-color:       #f0f0f0;
  scrollbar-darkshadow-color: #800000;
  scrollbar-face-color:       #800000;
  scrollbar-shadow-color:     #ff0000;
  scrollbar-track-color:      #ffcd00;
*/
}

h1
{
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

h2
{
  font-size: 16pt;
  font-weight: bold;
  padding-top: 14px;
  color: #404040;
}

h3
{
  font-size: 18pt;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
}

h4
{
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  padding-top: 0;
  margin-top: 0;
  display: block;
}

span.section
{
  font-size: 14pt;
  color: #404040;
}

table
{
  font-family: Verdana, "Courier New", Courier, mono;
  font-size: 12pt;
}

table.data
{
  border-width: 1;
  border-style: solid;
  border-color: black;
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
}

th.data
{
  font-size: 10pt; 
  font-weight: bold;
  height: 28px;
  color: white;
  background-color: #c00000;
  background-image: url(../images/tabs/header.png);
  text-align: left;
  padding: 2;
  cursor: pointer;
}

td.data
{
  font-size: 12pt; 
  color: #808080;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

a.zoom
{
  color: blue;
  cursor: url(../images/zoom.cur);
}

a.zoom:visited
{
  color: blue;
  cursor: url(../images/zoom.cur);
}

img
{
  border: 0;
}

a.tour
{
  font-family: Verdana, "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 12pt;
  color: #0000ff;
  text-decoration: none;
  text-align: center;
}

a.tour:hover
{
  text-decoration: underline;
  background-color: yellow;
}

a.signup
{
  color: green;
  text-decoration: none;
}

span.tour
{
  font-family: Verdana, "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 14pt;
  color: #0000ff;
  text-decoration: none;
  text-align: center;
}

dt
{
  font-weight: bold;
}

