/* CSS Document */

p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#333333;
line-height: 18px;
padding: 2px;
}
.copyright{
	font-family:Verdana, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	line-height: 28px;
	padding: 3px;
	background-color: #333333;
	text-align: center;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.bigbold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #333333;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 120px;
	color: #FFFFFF;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 120px;
	color: #990000;
}

.widenavigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 180px;
	color: #FFFFFF;
}

.widenavigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 180px;
	color: #990000;
}
.giantnavigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 360px;
	color: #FFFFFF;
}

.giantnavigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 360px;
	color: #990000;
}
