.headercell {
	background-color: #66CCCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	color: #FFFFFF;

}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	height: 20px;



}
a.topnavlnk:link{
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
}
a.topnavlnk:visited{
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
}
a.topnavlnk:hover{
	color: #FFFFFF;
	text-decoration:underline;
	text-align: center;
}
a.indexhdrlnk:link{
	color: white;
	text-decoration:none;
	text-align: left;
}
a.indexhdrlnk:visited{
	color: white;
	text-decoration:none;
	text-align: left;
}
a.indexhdrlnk:hover{
	color: white;
	text-decoration:underline;
	text-align: left;
}
