body
{
	font-size: 10pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", Verdana, "Bitstream Vera Sans", sans-serif;
}
td img { display: block; }
a {
  text-decoration: none;
  color: white;
  background-color: #693d8e;
}

a:mail {
  text-decoration: none;
  color: black;
}

a:visited {
}

a:hover, a:visited:hover {
  border-bottom: 1px solid;
}

a:active, a:visited:active {
  border-bottom: 1px solid;
  text-shadow: none;
}

h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: .11em;
  border-bottom: 20px solid;
  background-color: #FF0000;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  font-style: oblique;
  background-color: #FF0000;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #FF0000;
}
	
h5 {
  font-size: 1.0em;
  font-weight: bold;
  font-variant: normal;
  margin-top: 10px;
  padding-left: 15px;
  color: white;
}
	
h6 {
  line-height: 1.5;
  padding-right: 10px;
  font-size: 1.0em;
  font-weight: bold;
  padding-left: 10px;
}
	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.5;
  margin-top: .2em;
  margin-bottom: .1em;
	padding-left: 10px;
}
	
p {
  line-height: 1.5;
  padding-right: 10px;
  font-size: 1.0em;
	padding-left: 10px;
}

q {
  line-height: 1.5;
	padding-right: 10px;
	color: #19274A;
	font-style: italic;
}
	
li > p {
  margin-top: .2em;
}
