<!-- Link colors -->
.leftnav a:link
{	color: #003366;
	text-decoration: none;
}

.leftnav a:visited
{	color: #990033;
	text-decoration: none;
} 

.leftnav a:hover
{	text-decoration: underline;
} 

body
{	color: black;
	font-family: arial;
	background-color: white;
	text-align: left;
}

p
{	font-size: 16px;
	color: black;
	font-family: arial;
	background-color: white;
}

h1
{	font-size: 32px;
	color: black;
	font-family: arial;
	background-color: white;
	text-align: center;
}

h2, .h2title
{	font-size: 24px;
	color: black;
	font-family: arial;
	background-color: white;
}

h3
{	font-size: 18px;
	font-family: arial;
	color: black;
	background-color: white;
}

h4
{	font-size: 16px;
	color: black;
	font-family: arial;
	background-color: white;
}

.textbigger
{	font-size: 20px;
	font-family: arial;
	font-weight: normal;
	color: black;
	background-color: white;
}

.textp
{	font-size: 16px;
	font-family: arial;
	font-weight: normal;
	color: black;
	background-color: white;
}

.textsmaller
{	font-size: 13px;
	font-family: arial;
	font-weight: normal;
	color: black;
	background-color: white;
}

.texttiny
{	font-size: 10px;
	font-family: arial;
	font-weight: normal;
}

.center
{	text-align: center;
}

.red
{	color: red;
}

.navblue
{	font-family: arial;
	color: #003399;
}

.briblue
{	font-family: arial;
	color: #3300ff;
}

.navbluehead
{	font-size="18px";
	font-family: arial;
	color: #003399;
}

.blkhead
{	font-size="18px";
	font-family: arial;
	color: black;
}

<!-- Add to style sheet 03Mar07 -->
.new
{	font-family: arial;
	font-size: 12px;
	color: red;
	font-weight: bold;
	font-style: italic;	
}

.topalign
{	vertical-align: top;
}

#footer
{	text-align: center;
}
