@charset "utf-8";
/* CSS Document */

img {
	border: 0px;

}
table.nav {

}
table.nav a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: block;
	font-size: 18px;
}
table.nav a:hover img {
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;

}
.textTitle {
	padding-bottom:3px;

}
.textBody {
	width:100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
}
.textBody a {
	color: #2D862D;
}
.textBody a:hover {
	color: #2D862D;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer a{
	color: #2D862D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	color: #2D862D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: underline;
}