/* CSS Document */

.h1 {
    font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.h2 {
    font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
}

.caption {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-attachment: fixed;
}

.body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}

.copyright {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFEA;
	padding: 2px;
}

.copyrightnav {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;	
}

.navigation {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFEA;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 6px;
	width: 160px;
	border: thin outset #FFFFEA;
}

.subnavigation {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFEA;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 6px;
	width: 160px;
	border: thin outset #FFFFEA;
}
.navigation:hover {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 6px;
	width: 160px;
	border: thin groove #FFFFEA;
	}
	
.sidebar {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	}

