body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.subHeadline {
	font-weight: bold;
	font-size: 16px;
	color: #636466;
	display: inline;
}

.subSubHeading {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #636466;
	width: 99%;
	padding: 5px;
}

.imageNav {
	background-color: #636466;
	padding: 5px;
	text-align: center;
	color: white;
}

a.imageNavLink:link {
	color: white;
}
a.imageNavLink:visited {
	color: white;
}
a.imageNavLink:focus {
	color: white;
}
a.imageNavLink:hover {
	color: white;
}
a.imageNavLink:active {
	color: white;
}

.odd {
	background-color: #EEE;
}

.tabular td {
	padding: 5px;
	border-bottom: 1px solid black;
	text-align: center;
}

.tabular th {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.tabular .colheading {
	border: 0;
	font-weight: bold;
	text-align: center;
}
