.menu_zero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;

}
.menu_zero:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	filter: Blur(Add=3, Direction=255, Strength=5);
}
.fixedBG {
	background-attachment: fixed;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #949494;
}

.menu_link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu_link:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.headrightbg {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.scrollbg {
	background-image: url(images/scrollbg.jpg);
	background-repeat: repeat-y;
}
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
