/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	padding: 8px;
}
.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	padding: 8px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}

