A:link, A:visited, A:active, A:hover { 
  text-decoration: none;
  font-weight:     bold;
}
A:link  { 
  color: #00234c;
}
A:visited { 
  color: #00234c;
}
A:active {
  color: #c40f30;
}
A:HOVER { 
  color: #c40f30;
}


body, p, table, td, tr {   
  font-size:   10pt;
  font-family: sans-serif;
  color: #000000;
  background-color:#f1e4c2;
}
FORM {
  display: inline;
  margin-bottom: 0;
}

PRE {
  font-size:   9pt;
  font-family: courier;
}

.sectionHead {
	font-size: 14pt;
	font-family: sans-serif;
	font-weight:bold;
	}

.sectionSub {
	font-size: 12pt;
	font-family: sans-serif;
	font-weight:bold;
	}
	




