* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: black; 
	background: white; 
	font-family: arial, verdana, helvetica;  
	font-size: 9pt
}

a {color: #0B784C; target: _blank}

a:visited {color: #4F4F4F}

blockquote {
	position: relative; 
	border: solid; 
	border-width: 2; 
	border-color: #0B784C;  
	border-top: 0;  
	border-bottom: 0; 
	border-right: 0;
	padding: 1em;
	margin: 1em;
}

hr {height: 5; color: black; border: 0}

hr.sign {color: #CCCCCC}

h1, h1 a, a h1 {
	background: #0B784C; 
	font-size: 20px;
	color: white;
	padding: 4px;
	font-family: georgia, "times new roman", serif;
	text-decoration: none;
	font-weight: normal;
}

h2 {size=+2; bold; display: inline}

h3 {size=+1; bold; display: inline}

.green {color: #0B784C}

.color1 {background-color: #E6ECE9}
.color2 {background-color: #D6DCD9}

a {color: #0B784C}
a:visited {color: black}

.tophead {
	text-align: right; 
	padding: 5px;
	height: 110px;
}

.tophead img {
	float: right;
	margin: 5px;
	position: relative;
}

.comment-block {
	padding: 1em; 
	margin-bottom: 1em;
}

.comment-block .date {
	color: #BBBBBB;
}

.comment {
	padding-left: 2em;
}

.form-wrapper {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	padding: 1em;
	text-align: center;
}

.form-wrapper input, textarea{
	-webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .2);
	margin-bottom: 3px;
	border: none;
	border-bottom: 1px solid #CCC;
	padding: .5em 1em;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
}

input[type=submit] {
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .2);	
}

.form-proper {
	text-align: right;
}

.form-proper .text-input {
	width: 80%;
}

.form-proper textarea {
	width: 100%;
}

.captcha {
	margin: 1em;
	width: 180px;
}
