/* CSS Document */
BODY {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
}

.largeheader
{
	font-size: 24pt;
	font-weight: bold;
	color: #676780;
}

.medheader {
  font-size: 13pt; 
  font-weight: 800;
  color: #676780;
}

.smallheader {
  font-size: 11pt; 
  font-weight: 800;
  color: #676780;
}

.largetext {
  font-size: 14pt;
}

.medtext {
  font-size: 12pt;
}

.smalltext {
  font-size: 9pt;
}

.section
{
	font-size: 14pt;
	font-weight: 800;
	color: silver;
	font-variant: small-caps;
	text-decoration: underline;
}

