body
{
    background-color:black;
    font-family:arial;
    font-size:10pt;
}

#content
{
    width:95%;
    color:white;
	padding: 5px;
    margin-left:10px;
	text-align: left;
}
.indent1 {
    margin-left:16px;
    margin-right:16px;
    margin-bottom:10px;
}
.pagetitle {
    font-family:"Times New Roman";
    font-size:18pt;
    font-weight:bold;
}




#footer
{
	background-color: #666;
	padding: 1em;
	text-align: right;
	border-top: 1px solid #333;
}
a.ftrlink {
    text-decoration:none;
    color:white;
}
a.ftrlink:hover {
    text-decoration:underline;
    color:white;

}
a.mailtolink {
  text-decoration: none;
  font-weight:bold;
  color:white;
  font-size:14pt;
}



/* vmenu */
#vmenu {
  width:98%;
  background-color:#B5C09F;
}
#vmenu_last {
  width:98%;
  margin-bottom:8px;
}

a.vmenu {
  font-family:"Times New Roman", Times, serif;
  font-size:13pt;
  font-weight:bold;
  text-decoration: none;
  color:black;
}
a.vmenu:hover {
  font-family:"Times New Roman", Times, serif;
  font-size:13pt;
  font-weight:bold;
  text-decoration: underline;
  color:white;
}

a.pglink {
  font-family:arial;
  font-size:10pt;
  font-weight:bold;
  text-decoration: none;
  color:#FF9933;
}
a.pglink:hover {
  font-family:arial;
  font-size:10pt;
  font-weight:bold;
  text-decoration: underline;
  color:#FF9933;
}





