/* HTML Selectors */

p, td, li
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
}

ul, ol
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  text-align: left;
}

/* Generic Selectors */

.BoldRed
{
  color: #FF0000;
  background-color: transparent;
  font-weight: bold;
}
.Red
{
  color: #FF0000;
  background-color: transparent;
}
.BoldPurple
{
  color: #632E98;
  background-color: transparent;
  font-weight: bold;
}
.Purple
{
  color: #632E98;
  background-color: transparent;
}

.Size8 { font-size: 8pt; }
.Size10 { font-size: 10pt; }
.Size12 { font-size: 12pt; }
.Size14 { font-size: 14pt; }

/* Hyperlink Styles */

A:link       { color: #632E98; background-color: transparent; }
A:visited    { color: #632E98; background-color: transparent; }
A:active     { color: #632E98; background-color: transparent; }

A.TextNav:link       { color: #000000; background-color: transparent; text-decoration: none; }
A.TextNav:visited    { color: #000000; background-color: transparent; text-decoration: none; }
A.TextNav:active     { color: #000000; background-color: transparent; text-decoration: none; }