.bg {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-color: #E1E1E1;
}
.our {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.ongoing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d26d19;
	text-decoration: none;
}
.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='html/img/75p_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image: url(../img/75p_white.png);
}
.trans_box3 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='html/img/75p_grey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
  background-image: url(../img/75p_grey.png);
}

div.welcome {
	  filter:alpha(opacity=60);opacity:0.6;
}
div.welcome2 {
	  filter:alpha(opacity=100);
  		/* CSS3 standard */
  		opacity:1;
}
div.welcome p
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ff0000;
}
.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #b7621b;
	text-decoration: none;
	filter: none;
	-moz-opacity:none;
	-khtml-opacity: none;
	opacity: none;
}
.smallHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #821007;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5d5d5d;
	text-decoration: none;
	text-align: justify;
}

.amenities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b7621b;
	text-decoration: none;
	text-align: justify;
}
.fut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5d5d5d;
	text-decoration: none;
}
.fut:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B7621B;
	text-decoration: none;
}
.washing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: ##5d5d5d;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}
.back {
	font-family: Arial,;
	font-size: 12px;
	font-weight: normal;
	color: #5d5d5d;
	text-decoration: underline;
}
.back:hover {
	font-family: Arial,;
	font-size: 12px;
	font-weight: normal;
	color: #B7621B;
	text-decoration: underline;
}

.trans
{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#otherBg
{
	background-image:url(../img/otherBg.jpg);
	background-repeat:no-repeat;
}
#bullets
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000000;
	
}

