.body-bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.heading {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 20px;
	color: #0050B4;
}
.body-text {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
}
.body-text-blue {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11.5px;
	color: #424A73;
	line-height: 20px;

}
.footer {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;

}
.rights {

	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: #999999;
}
div.showMe {display: block;}
a:link { color: #424A73; font-family: Tahoma, "Trebuchet MS"; font-size: 11px; text-decoration: none }
a:active { color: #424A73; font-family: Tahoma, "Trebuchet MS"; font-size: 11px; text-decoration: none }
a:visited { color: #424A73; font-family: Tahoma, "Trebuchet MS"; font-size: 11px; text-decoration: none }
a:hover { color: #424A73; font-family: Tahoma, "Trebuchet MS"; font-size: 11px; text-decoration: underline }
