/* HTML Selectors */

p, td, li
{
  font-family: "verdana", arial, sans-serif;
  font-size: 10pt;
}
ul, ol
{
  font-family: "verdana", arial, 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;
  font-weight: bold;
}
.size8 { font-size: 8pt; }
.size12 { font-size: 12pt; }
.size14 { font-size: 14pt; }

/* Hyperlink Styles */

A:link       { color: #BC5B62; background-color: transparent; font-weight: bold; }
A:visited    { color: #BC5B62; background-color: transparent; font-weight: bold; }
A:active     { color: #BC5B62; background-color: transparent; font-weight: bold; }
