/* HTML Selectors */

p, td, li, pre
{
  font-family: "verdana", arial, sans-serif;
  font-size: 10pt;
}

ul, ol
{
  font-family: "verdana", arial, sans-serif;
  font-size: 10pt;
}

/* generic selectors */

.redbold
{
  color: #FF0000;
  background-color: transparent;
  font-weight: bold;
}
.red
{
  color: #FF0000;
  background-color: transparent;
}

.size8 { font-size: 8pt; }
.size12 { font-size: 12pt; }

/* Hyperlink Styles */

A:link       { color: #630811; background-color: transparent; }
A:visited    { color: #630811; background-color: transparent; }
A:active     { color: #630811; background-color: transparent; }