@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #512800;
	font-weight:bold;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #4e5c44;
	font-weight:bold;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:normal;
}

.smalltext_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:normal;
	padding-left: 10px;
}

.smalltext_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.smalltext_reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #7e5394;
	width: 100%;
	height: 25px;
	padding-left: 10px;
	border: none;
}

a, a:link {
	color: #4e5c44;
	text-decoration: underline;
}

a:hover {
	color: #4e5c44;
	text-decoration: none;
	cursor: hand;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight:normal;
	text-align:left;
}

.leftnavheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align:left;
}

.header {
	text-align: center;
	padding: 0px;
}
.site-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}