/* 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: #ED171E;
  background-color: transparent;
  font-weight: bold;
}
.Red
{
  color: #ED171E;
  background-color: transparent;
}
.Green
{
  color: #007F00;
  background-color: transparent;
}
.BoldGreen
{
  color: #007F00;
  background-color: transparent;
  font-weight: bold;
}

.Size8 { font-size: 8pt; }
.Size10 { font-size: 10pt; }
.Size12 { font-size: 12pt; }
.Size14 { font-size: 14pt; }

/* Hyperlink Styles */

A:link       { color: #ED171E; background-color: transparent; }
A:visited    { color: #ED171E; background-color: transparent; }
A:active     { color: #ED171E; background-color: transparent; }

A.Nav:link       { color: #FFFFFF; background-color: transparent; font-weight: bold; }
A.Nav:visited    { color: #FFFFFF; background-color: transparent; font-weight: bold; }
A.Nav:active     { color: #FFFFFF; background-color: transparent; font-weight: bold; }

.submitb     
{
border:none;
padding:0;
margin:0;
text-align: left;
cursor: pointer;
color: #FFFFFF;
text-decoration: underline;
background-color: transparent;
font-size: small;
font-weight: bold;
 }
.submitb span 
{
	text-decoration:underline;
}