/* CSS Document */


body {
	background-image: url(images/website_hg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #680000;
}
a:link {
	color: #680000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DEE5D5;
}
a:hover {
	text-decoration: none;
	color: #227A00;
}
a:active {
	text-decoration: none;
	color: #680000;
}
.slogan {
	color: #DEE5D5;
	font-size: 16px;
	line-height: 22px;
}
.headline {
	font-size: 24px;
	color: #9CAA7F;
}
.footer {color: #9CAA7F}


/* forms
*******************************************************************************/

.menu2 {
	font : 10px Arial, Helvetica, sans-serif;
	color : Black;
	width: 300px;
	height: 14px;
	background-color: #CCCCCC;
}

.input {
	font : 11px Arial, Helvetica, sans-serif;
	color : Black;
	width: 300px;
	height: 18px;
	background-color: #DEE5D5;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding-left: 3px;
}

.input1k {
	font : 11px Arial, Helvetica, sans-serif;
	color : Black;
	width: 146px;
	height: 18px;
	background-color: #DEE5D5;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding-left: 3px;
}

.input2 {
	font : 11px Arial, Helvetica, sans-serif;
	color : Black;
	width: 300px;
	height: 100px;
	background-color: #DEE5D5;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding-left: 3px;
}

.inputbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #680000;
	cursor: hand;
	height: 18px;
	width: 120px;
	background-color: #DEE5D5;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

