.heading 
{
	font-family: modern; 
	font-size: 21; 
	font-weight: bold; 
	color: white
}

.headingSub
{
	font-family: modern; 
	font-size: 19; 
	font-weight: bold;
	text-decoration: underline;
	color: #000080
}

.headingSmall
{
	font-family: modern; 
	font-size: 15; 
	color: #000080;
	text-decoration: underline
}

.headingFinals
{
	font-family: modern; 
	font-size: 14; 
	color: #000080
}

.mainFont
{
	font-family: verdana; 
	font-size: 11;
	color: black 
}

.mainFontSmall
{
	font-family: verdana; 
	font-size: 9;
	color: black 
}

.mainFontBig
{
	font-family: verdana; 
	font-size: 13;
	color: black 
}

.rowLight
{
	background-color: #fbf7e7
}

.rowDark
{
	background-color: #f7efcb
}

.searchRowLight
{
	font-family: verdana; 
	font-size: 11;
	color: black;
	background-color: #fbf7e7
}

.searchRowDark
{
	font-family: verdana; 
	font-size: 11;
	color: black;
	background-color: #f7efcb
}

.HL1
{
	font-family: verdana; 
	font-size: 11;
	color: black;
	background-color: #fe0000
}

.HL2
{
	font-family: verdana; 
	font-size: 11;
	color: black;
	background-color: #dd0000
}

.green
{
	background-image: url(green.gif);
	background-repeat: repeat-x
}

.blue
{
	background-image: url(blue.gif);
	background-repeat: repeat-x
}

a:link 
{
	font-family: verdana; 
	color: yellow; 
	text-decoration: none
}

a:visited
{
	font-family: verdana; 
	color: yellow; 
	text-decoration: none
}

a:hover 
{
	font-family: verdana;
	color: white; 
	text-decoration: underline
}

.searchedTable 
{
	font-family: verdana; 
	font-size: 12; 
	color: black
}