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

h{
font-family: Verdana, sans-serif; 
font-size: 14px;
color: #000000;
line-height: 15px;
font-weight: bold;
padding: 3px;
}

p{
font-family: Verdana, sans-serif; 
font-size: 11px;
color: #000000;
line-height: 15px;
padding: 3px;
}

.body {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;

}

.body_bg {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background-image: url(images/about_txt_bck.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #544415;
}

.bold3 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bold4 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #544415;
}

.bold5 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

.bold6 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

.boldital {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

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


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #825C49;
	display: block;
	padding: 8px;
	width: 280px;
}

