@charset "utf-8";
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #90A117;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	color: #90A117;
	letter-spacing: 8px;
}
.hd {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	color: #90A117;
	letter-spacing: 8px;
	font-weight: bold;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #90A117;
}
.hd_sub {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #90A117;
}
.bg_left {
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
}
.bg_right {
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-y;
}


a:hover {
	text-decoration: underline;
}
