/* CSS Document */


.Bold-18 {
	font-size: 18px;
	font-weight: bold;
}
.ThisPage {
	color: #666666;
	font-style: italic;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

