@charset "utf-8";
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6A6A6A;
	text-decoration:none;
}
.menuText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6A6A6A;
	text-decoration:none;
}
.menuText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6A6A6A;
	text-decoration:none;
}.menuText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6A6A6A;
	text-decoration:underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DBDBDB;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A6A6A;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
