body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #285b8b;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Tahoma;
	font-size: 13px;
}

.subheading {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
}

.body {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
}
.OfferingsTitle {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Tahoma;
	
	font-size: 15px;
	color: #D25523;
	text-decoration: none;
	font-weight: bold;
}
a.OfferingsTitle:hover {
	text-decoration: underline;
}

.box { 
	background-color:#e4d5a4; 
	padding:10px;
}
