
.centered
{
	text-align : center;
}


.contentColumn
{
	background-color : silver;
	color : black;
	text-align : left;
}


.copyright
{
	color : black;
	font-family : "Times New Roman", serif;
	font-size : 8pt;
	font-style : italic;
	font-weight : normal;
	text-align : left;
}


.dummyStyle
{
	color : blue;
}


.headliner
{
	background-color : #009999;
	color : yellow;
	font-size : 22pt;
	line-height : 200%;
	text-align : center;
}


.horizontalRule
{
	background-color : black;
	color : black;
	line-height : 25%;
	text-align : center;
}


.navColumn
{
	background-color : blue;
	color : yellow;
	font-family : "Courier New", "Courier", monospace;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}


.verticalRule
{
	background-color : black;
	border-right : solid medium black;
	color : black;
	text-align : center;
}


BODY
{
	background-color : silver;
}

.bold
{
	font-weight: bold;
}