.top_menu {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.top_menu:hover {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
.sub_top_menu {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sub_top_menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.side_menu {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.side_menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #f9d713;
	font-weight: bold;
}
.heading_txt {
	font-family: Arial;
	font-size: 18px;
	color: #111111;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}
.copyright_txt {
	font-family: Arial;
	font-size: 10px;
	color: #FED217;
}
.copyright_txt_link {
	font-family: Verdana;
	font-size: 10px;
	color: #111111;
	text-decoration: none;
	line-height: 25px;
}
.copyright_txt_link:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 25px;
}
