/* 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;
}
.white
{
  color: #FFFFFF;
  background-color: transparent;
}

.size8 { font-size: 8pt; }
.size12 { font-size: 12pt; }
.size14 { font-size: 14pt; }

/* Hyperlink Styles */

A:link       { color: #D54938; background-color: transparent; text-decoration:none; }
A:visited    { color: #D54938; background-color: transparent;text-decoration:none; }
A:active     { color: gray; background-color: transparent;text-decoration:none; }

