/* CSS Document */

.textnormal{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14pt;
	font-weight: normal;
	padding: 4;
}

.textphoto{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 14pt;
	padding: 0px;
	font-weight: normal;
}

.textbold{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 6px;
	font-weight: bold;
	/* display: block; */
}

.textheader{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #9F2321;
	line-height: 20px;
	padding: 4px;
	font-weight: bold;	
	/* display: block; */
}

.navigationtop{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #341111;
	line-height: 18px;
	padding: 0px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: 150px;
	text-decoration: none;
	text-align: center;
}

.navigationtop:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #341111;
	line-height: 18px;
	padding: 0px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: 150px;
	text-decoration: none;
}

.navigationsub{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #341111;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: inherit;
	text-decoration: none;
	text-align: center;
	display: inline;
}

.navigationsub:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #9F2321;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: 150px;
	text-decoration: none;
}

.navigationsubheader{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #9F2321;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: 150px;
	text-decoration: none;
	text-align: center;
}

.navigationsubheader:hover{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: #9F2321;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: 150px;
	text-decoration: none;
}

.navigationblock{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #341111;
	line-height: 14px;
	padding: 2px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: inherit;
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #CFA75D;
}

.navigationblock:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #9F2321;
	line-height: 14px;
	padding: 2px;
	font-weight: bold;
	background-color: #EEE9C7;
	width: inherit;
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #CFA75D;
}
