@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../img/background_line.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	margin-right: 10px;
	margin-left: 10px;
}
td {
	font-family: arial;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
}
h1 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 30px;
}
.gray {
	font-family: Georgia;
	color: #f89a1d;
	font-size: 20px;
	line-height: 15px;
}
.highlight {
	font-weight: bold;
	color: #f89a1d;
}

.leftsmall_blk {
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.leftsmall_gray {
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f89a1d;
}
.formfield {
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	background-color: #eeeeee;
	font-weight: normal;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 150px;
	vertical-align: middle;
	padding-left: 10px;
}

.leftsmall {
	font-size: 11px;
}



h2 {
	font-family: Georgia;
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	line-height: 26px;
}
.h1_orange {
	color: #f89a1d;
	font-style: italic;
	font-weight: normal;
}

a {
	color: #689542;
	text-decoration: none;
}
li {
	list-style-type: disc;
}
.contactform {
	font-family: Georgia;
	color: #999999;
	background-color: #eeeeee;
	height: 25px;
	width: 250px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-left: 10px;
	font-style: italic;
	background-position: center;
	padding-top: 5px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.contactformbig {
	font-family: Georgia;
	color: #999999;
	background-color: #eeeeee;
	height: 75px;
	width: 500px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-left: 10px;
	font-style: italic;
	background-position: center;
	padding-top: 5px;
}
