.LeftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.LeftNav a:link {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
}
.LeftNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
}
.LeftNav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
}
.LeftNav a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #DADCDE;
	padding: 2px;
	width: 100%;
}
.Copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Copy a:link {
	color: #0D3C8C;
	text-decoration: underline;
}
.Copy a:active {
	color: #0D3C8C;
	text-decoration: underline;
}
.Copy a:visited {
	color: #0D3C8C;
	text-decoration: underline;
}
.Copy a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

