.menuBg {
	background-image: url(/images/menuBackGnd.jpg);
	background-repeat: repeat-x;
}
.rightboxBg {
	background-image: url(/images/rightbox_mid.jpg);
	background-repeat: repeat-y;
}
.rightboxTopBg {
	background-image: url(/images/rightbox_top.jpg);
	background-repeat: no-repeat;
}
.pageTitleBg {
	background-image: url(/images/titleBackGnd.jpg);
	background-repeat: repeat-x;
}
.mainBg {
	background-image: url(/images/mainBackGnd.jpg);
	background-repeat: repeat-x;
}
.bottomMnuBg {
	background-image: url(/images/bottomMnuBgnd.jpg);
	background-repeat: repeat-x;
}
.bottomBlueBar {
	background-image: url(/images/bottomBlueBarBgnd.jpg);
	background-repeat: repeat-x;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.smallText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.smallText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.smallText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.normalText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.normalText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.normalText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}.headText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3557B8;
	text-decoration: none;
	font-weight: bold;
}
.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #27176F;
	text-decoration: none;
}
