body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
table, form, img, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
}
fieldset {
	background-color : transparent;
}
input {
	font-family: Tahoma;
}

ul, li {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-position: outside;
	margin: 2px 0px 5px 0px;
}
li {
	margin-bottom: 2px;
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1, .h1 {	font-size: 180%; color: #EBA000;}
h2, .h2 {	font-size: 160%; color: #EBA000;}
h3, .h3 {	font-size: 130%; font-weight: bold;}
h4, .h4 {	font-size: 120%; font-weight: bold;}

a:link { text-decoration: underline; color: #026038; }
a:visited { text-decoration: underline; color: #026038; }
a:hover {  text-decoration: none; color: #009900; }
a:active { text-decoration: none; color: #009900; }

#ta_r {	text-align: right;}
#ta_c {	text-align: center;}

#va_t { vertical-align: top;}
#va_b { vertical-align: bottom;}
#va_m { vertical-align: middle;}

#bgr_x {background-repeat: repeat-x;}
#bgr_y {background-repeat: repeat-y;}
#bgr_n {background-repeat: no-repeat;}

.feedback_form h1 { font-size: 140%; }
.feedback_form textarea { font-size: 12px; border: #008000 1px solid; }