body
{
	font-family: Arial;
	font-size : 11px;
}

.standard
{
	font-family: Arial;
	font-size: 12px;
	color : #273f6f;
}

.substandard
{
	font-family: Arial;
	font-size: 10px;
	color : #273f6f;
}

.accent
{
	font-family: Arial;
	font-size: 15px;
	font-weight :bold ;
	color : #273f6f;
}

.smallaccent
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color : #273f6f;
}

.title
{
	font-family: Arial;
	font-size: 26px;
	font-weight :bold;
	color : #273f6f;
}

a
{
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}

a.onWhite
{
	text-decoration: none;
	color: #273f6f;
}

A:hover {
	COLOR: #0099cc
}

A.onWhite:hover {
	COLOR: #0099cc
}