.Main
{
	font-weight: none;
	font-size: 12px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.Label
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.Introduction
{
	font-weight: bold;
	font-size: 20px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.IntroductionSmall
{
	font-weight: bold;
	font-size: 16px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.Copyright
{
	font-weight: none;
	font-size: 10px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.HomePageTitle1
{
	font-weight: bold;
	font-size: 15px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.HomePageTitle2
{
	font-weight: bold;
	font-size: 30px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.GraphLabel
{
	font-weight: bold;
	font-size: 9px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.PrintableGraphLabel
{
	font-weight: none;
	font-size: 9px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.GraphLabelGrades
{
	font-weight: bold;
	font-size: 11px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.LabelBlack
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.GraphHeading
{
	font-weight: bold;
	font-size: 17px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.GraphHeading2
{
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	font-family: arial,verdana,sans-serif, helvetica
}

.FormButton {
   	font: 10px Arial, verdana, times new roman, sans-serif;
  	color: #FFFFFF;
  	background: #CC3333;
   	margin: 0;
   	padding: 2px;
}

a:link {
	font: 10px arial, verdana, times new roman, sans-serif;
	font-weight : bold; 
	text-decoration : underline;
	color: #000099;
	background: transparent; 
}

a:visited {
	font: 10px arial, verdana, times new roman, sans-serif;
	font-weight : bold; 
	text-decoration : underline;
	color: #000099;
	background: transparent; 
}

a:hover {
	font: 10px arial, verdana, times new roman, sans-serif;
	font-weight : bold; 
	text-decoration : underline;
	color: #9999CC;
	background: transparent; 
}

a:active {
	font: 10px arial, verdana, times new roman, sans-serif;
	font-weight : bold; 
	text-decoration : underline;
	color: #000099;
	background: transparent;  
}