.leftmenu TD
{
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 15pt;
	color: black;
	background-color: skyblue;
	text-align: center;
}

.leftmenu A
{
	cursor: pointer;
	color: black;
	background-color: skyblue;
	text-decoration: none;
}

.leftmenu A:visited
{
	color: black;
	background-color: skyblue;
}

.leftmenu A:hover
{
	color: black;
	background-color: lightcyan;
}

A IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

H2
{
	font-weight: bold;
	font-size: 16pt;
	color: #000099;
}
