
 
*.bold {
  font-family:  Verdana, Arial;
  font-size: 9pt;
  color: black;
  text-decoration: none;
} 

P {
  font-family:  Verdana, Arial;
  font-size: 9pt;
  color: black;
  font-weight: normal;
} 

A {
  text-decoration: none;
  font-family:  Verdana, Arial;
  font-size: 9pt;
  color: #FF6600;
} 

.silver {
  font-family:  Verdana, Arial;
  font-size: 9pt;
  color: #666666;
  text-decoration: none;
}

.black_s {
  font-family:  Verdana, Arial;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
}
.black_b {
  font-family: Arial, Verdana;
  font-size: 14pt;
  color: #000000;
  text-decoration: none;

} 

.silver_b {
  font-family: Arial, Verdana;
  font-size: 14pt;
  color: #666666;
  text-decoration: none;

} 

.silver_k {
  font-family:  Verdana, Arial;
  font-size: 9pt;
  color: #666666;
  text-decoration: none;
}

.grey_bold {
  font-family: Verdana, Arial;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
} 

.orange_bold {
  font-family: Verdana, Arial;
  font-size: 10pt;
  color: #FF6600;
  text-decoration: none;
  font-weight: bold;
} 

*.red {
  font-family: Verdana, Arial;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #CC3300;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top center;
}
