/* CSS Document */

.noline
{
	text-decoration: none;
}
#imageLeft
{
	float: left;
	margin-right: 10px;
}
#imageRight
{
	float: right;
	margin-left: 10px;
}
#imageCenter
{
	text-align: center;
}
.seoLinks
{
	font-size: 10pt;
	color: blue;
}
.seoLinks:visited
{
	color: blue;
	font-size: 10pt;
}
.sitewide
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;;
}
h1
{
	font-size: 16pt;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2
{
	font-size: 14pt;
	line-height: normal;
}
h3
{
	font-size: 12pt;
	line-height: normal;
}
h4
{
	font-size: 10pt;
	line-height: normal;
}

