@charset "utf-8";
body {
	background-color: #C96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 1.5;
	text-align: justify;
	vertical-align: top;
	background-image: url(images/desertbg.jpg);
	background-repeat: repeat;
}


.tablebg {
	vertical-align:top;
	text-align: justify;
	padding-right: 15px;
	padding-left: 0px;
	background-color: #630;
}


.tableheader {
	background-color: #C5A981;
	text-align: center;
	color: #630;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	background-color: #C5A981;
	text-align: center;
	color: #630;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

.tablebgimages {
	vertical-align:top;
	text-align: center;
	background-color: #673301;
}
.validitybg {
	background-color: #630;
	text-align: center;
	font-weight: bold;
}
.summer {
	background-color: #462300;
	text-align: center;
	font-weight: bold;
}
p {
	font-weight: normal;
	text-align: justify;
}
a {
	color: #FC9;
}

