BODY, td { 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFF; 
  color: #3F3F3F;
	font-style: normal;
	font-weight: normal;
}
P { 
  margin-top: 1em; 
  margin-bottom: 1em;
}
B { 
  font-weight: bold;
}
H1 { 
  font-size: 30px; 
  font-weight: bold; 
  margin-top: 0.5em; 
  margin-bottom: 0.5em; 
  text-align: center; 
  font-family: Arial, Helvetica, sans-serif; 
}
H2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}
H3 { 
  font-size: 14px; 
  margin-top: 0.5em; 
  margin-bottom: 1em;
}
H4 { 
  font-size: 12px; 
  margin-top: 0.5em; 
  margin-bottom: 1em;
}
INPUT, SELECT { 
  font-size: 12px;
}
A:link, A:visited {
  text-decoration: none; 
  color: #cc0000;
}
A:hover {
  text-decoration: underline; 
  color: #009A00;
}

.center-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.center {
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.centerItalic {

	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.normalItalic {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.normalCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;

}
