@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../saffronimages/MainBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.LeftMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0964AD;
	text-decoration: none;
}
.topMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ebe455;
	text-decoration: none;
}
.WhiteHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.ContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.Biggerheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
