body {
	color: #51565b;
}
a {
	color: #51565b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #51565b;
	font-weight: bold;
	font-size: 18px;
	font-style:italic;
}
.menu {
	cursor: pointer;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
}
.sub_menu {
	cursor: pointer;
	padding-left: 45px;
	color: #637072;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
}
.sub_sub_menu {
	cursor: pointer;
	padding-left: 65px;
	color: #637072;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
}
.search {
	font-weight: normal;
}
