.backImg {
	background-image: url(Images/HomePage/backImage.jpg);
	background-repeat: repeat;
}
.topBannerBack {
	background-color: #DF8D27;
}
.shadowRightHome {
	background-attachment: fixed;
	background-image: url(Images/HomePage/shadowRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menuBackHome {
	background-color: #408BC2;
}
.shadowBottom {
	background-attachment: fixed;
	background-image: url(Images/HomePage/shadowBottom2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.innerPageBgColor {
	background-color: #FFFFFF;
}
.innerBottom {
	background-attachment: fixed;
	background-image: url(Images/inside/pageBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.innerBoldCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #040323;
	text-decoration: none;
	font-weight: bold;

}
.innerNormalCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #040323;
	text-decoration: none;
}
.innerNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #494657;
	text-decoration: none;
}

.innerBoldMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0B0E52;
	text-decoration: none;
	font-weight: bold;

}
.innerNormalMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0B0E52;
	text-decoration: underline;
}