@charset "UTF-8";
.body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}

.bold {
	font-family: Verdana, Sans-serif;
	font-size: 18px;
	color: #CC9900;
	line-height: 18px;
	font-weight: bold;
}

.header {
	font-family: Verdana, Sans-serif;
	font-size: 36px;
	color: #CC9900;
	line-height: 30px;
	font-weight: bold;
}

.hyperlink {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CC9900;
}

.hyperlinkbold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #CC9900;
}


/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 8px;
	font-weight: normal;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #DFC392;
	text-decoration: none;
	border-left-style: none;
	border-left-width: thin;
	border-right-color: #DFC392;
	border-right-style: solid;
	border-right-width: medium;
	border-spacing: 4 px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-left-style: none;
	border-left-width: thin;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: medium;
	border-spacing: 4 px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
.italic {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
}
