body {
  background-color:#FFF;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

A:link, A:visited, A:active { 
  text-decoration: none; 
  color:"#C00";
  font-weight: bold;
}

#body {
  margin: 1em 1em 1em 1em;
}

#body h3 {
  color:#000;
  font-size: 18pt;
}

#body h4 {
  color:#333;
  font-size: 14pt;
}

#body p {
  color:#000;
}

#highlight_header {
  width: 32em;
  padding: 5px 0 5px 1em;
  margin-bottom: 1em;
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

#highlight {
  width: 32em;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  margin-left: 3em;
  background-color: #CCC;
  color: #333;
  align: center;
  border: 2px solid #000;
}
	
#highlight ul {
  margin: 0 0 0 1em;
  padding: 0;
  border: none;
  list-style-type: disc;
}
		
#highlight li {
  border-bottom: 1px solid #CCC;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
	

#frame {
  width: 100%;
}

#button {
  width: 12em;
  border-right: 1px solid #000;
  padding: 2px 0 2px 0;
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #B6B6B6;
  color: #333;
}
	
#button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
		
#button li {
  border-bottom: 1px solid #B6B6B6;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
	
#button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #686868;
  border-right: 10px solid #8A8A8A;
  background-color: #7E7E7E;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

#button li a {
  width: auto;
}

#button li a:hover {
  border-left: 10px solid #888;
  border-right: 10px solid #AAA;
  background-color: #CCC;
  color: #000;
}

#header {
  text-align: left;
  vertical-align: top;
  font-style: oblique;
  width: 100%;
  font-size: 16pt;
}

#footer {
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 8pt;
}

#quote {
  font-size:10pt;
  font-style: italic;
  padding: 1em 1em 1em 1em;
  margin: 1em 1em 1em 1em;
  background-color: #FFFFB0;
  color: #333;
  font-weight: bold;
  border: 1px solid #000;
}
#quote_source {
  font-size:8pt;
  font-style: none;
  text-align:right;
}


#callout {
  font-size:10pt;
  font-style: italic;
  padding: 1em 1em 1em 1em;
  margin: 1em 0 1em 0;
  background-color: #FFFFB0;
  color: #333;
  font-weight: bold;
  border: 1px solid #000;
}

#mailform td {
  color:#333;
  font-size: 12pt;
}




