﻿/* COMMON FONT STYLES */

html {}

body {
	font-family: verdana;
	font-size: .83em;}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: none;}

h1 {
  font-family: Trebuchet;
  font-size: 1.3em;}

h2 {
	font-size: 1.2em;}

h3 {
	font-size: 1.1em;}

h4 {
	font-size: 1.0em;}

h5 {
	font-size: 1.0em;}

h6 {
	font-size: 1.0em;
  font-style: italic;}

p {
  padding-top: 0;
  margin-top: 0;}

.index table p {
  color: #404040;
  margin: 0 10px;}

.index table h1 {
  font-size: 2em;
  color: #202020;}

.index table h1,
.index table h2,
.index table h3,
.index table h4,
.index table h5,
.index table h6 {
  text-transform: uppercase;
  margin: 0 10px;}

a {
  text-decoration: none;}

	a:hover {}

blockquote {}
	
	blockquote p {}
	
acronym {}