body { color: black; display: block; }

h2 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
}

table {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.centered {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	text-decoration: none;
	text-align: center;
}

.bullet {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
	list-style-type: disc;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
}

.italic {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 0px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 0px;
}


a:link { color: yellow; }
a:visited { }

td { }
a:hover { }
a:active { }
