/* CSS Document */

p{
font-family: Arial, Helvetica, verdana, sans-serif;
font-size: 12px;
color: #999999;
line-height: 14px;
padding: 3px;
}
.bold {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
	display: block;
	width: 110px;
	padding: 1px;
}
.navigation:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 1px;
	width: 110px;
}
.current {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	display: block;
	width: 110px;
	padding: 1px;
}

