.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #828B92;
	text-align: right;
	padding-right: 22px;
	line-height: 14px;
}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #828B92;

	text-decoration: none;
}
.menu a:hover{
	color: #52575C;
	text-decoration: underline;
}
.menu a:active{
	color: #828B92;
	text-decoration: underline;
}
.menuOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(images/menu_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	color: #52575C;
	text-align: right;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #52575C;
	line-height: 36px;
}
a:link {
	color: #818B92;
	text-decoration: none;
}
a:hover {
	color: #52575C;
	text-decoration: underline;
}
a:active {
	color: #828B92;
	text-decoration: underline;
}
a:visited {

}
blockquote {
	font-size: 14px;
	color: #52575C;
	font-family: Arial, Helvetica, sans-serif;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #52575C;
	text-align: justify;
}
.regtext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #828B92;
	text-decoration: none;
}
.regtext a:hover{
	color: #52575C;
	text-decoration: underline;
}
.regtext a:active{
	color: #828B92;
	text-decoration: underline;
