@charset "utf-8";
/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.legs_bg {
	background-image: url(images/legs_bg.jpg);
	background-repeat: no-repeat;
	background-position: 9px top;
}
.greytablebrdrright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.title_text_gn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #09840E;
}
.nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;}
	a:hover {color:#FF0000;
text-decoration:underline;
}.orangetablebrdr {
	border: 1px solid #FA8211;
}
