.navhead {
	font-size : 14px;
	font-family : Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	background-color : #0066CC;
	text-align : center;
	color : White;
}
.navitem {
	font-size : 12px;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	background-color : #0066CC;
	text-align : left;
	color : White;
}

.maintext {
	font-size : 12px;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	margin : 10px;
	color : Black;
}

.location {
		font-size : 9pt;
		font-family : Arial, sans-serif;
		font-weight : bold;
		font-style : normal;
		text-align : left;
		color : Black;
}

.maintexttitle  {
		font-size : 12pt;
		font-family : Arial, sans-serif;
		font-weight : bold;
		font-style : normal;
		text-align : left;
		margin : 5px;
		color : Navy;
}

.lists {
		font-size : 9pt;
		font-family : Arial, sans-serif;
		color : Black;
}

TH {
		font-size : 10pt;
		font-family : Arial, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : Black;
}

TD {
		font-size : 9pt;
		font-family : Arial, sans-serif;
		font-weight : normal;
		font-style : normal;
		color : Black;
}

.headline {
		font-size : 12pt;
		font-family : Times, serif;
		font-weight : bold;
		font-style : normal;
		text-align : center;
		margin : 15px;
		color : Navy;
}

.question {
		font-size : 10pt;
		font-family : Times, serif;
		font-weight : bold;
		font-style : italic;
		text-align : left;
		margin : 15px;
		color : black;
}

.answer {
		font-size : 10pt;
		font-family : arial, sans-serif;
		font-weight : normal;
		font-style : normal;
		text-align : left;
		margin : 25px;
		color : black;
}

.topofpage {
		font-size : 7pt;
		font-family : Verdana, sans-serif;
		font-weight : normal;
		font-style : normal;
		text-align : center;
		margin : 50px;
		color : Black;
}

