@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #767e4e;
	display: block;
	padding: 8px;
	width: 100px;
}


.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #4a4237;
	display: block;
	padding: 8px;
	width: 100px;
}

.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #4A4237;
	line-height: 18px;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #4A4237;
}
.bodytextsmall {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #4A4237;
	line-height: 14px;
}
.bodytext_extraspace {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 34px;
	color: #4A4237;
}

.navigation2{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #4A4237;
	text-decoration: underline;
}


.navigation2:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #767e4e;
	text-decoration: underline;
}