body {
	font-family: Tahoma;
	color: #ffffff;
	font-size: 13px;
	margin-top: 0px;
	background-color: #1c2030;
	background-image: url(../Images/main-background.jpg);
	background-repeat: repeat-x;
}

td {
	font-family: Tahoma;
	color: #6e6d33;
}

th {
	font-family: Tahoma;
}
.headingtxt {
	padding: 7px 7px 7px 3px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
}
.navheadingtxt {
	padding: 17px 14px 7px;
	font-size: 16px;
	color: #6e6d33;
	font-weight: 700;
}
.navtxt {
	padding: 7px 14px 7px;
	font-size: 12px;
	color: #6e6d33;
}
.footertxt {
	padding: 7px 14px 7px;
	font-size: 12px;
	color: #ffffff;
}
.subheadingtxt {
	font-size: 13px;
	color: #adad3c;
	font-weight: 600;
}
.gallerytxt {
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	color: #333333;
	font-weight: 400;
}
.listtxt {
	padding: 7px 14px 7px 7px;
	list-style-type: none;
}
li {
	list-style-type: disc;
	margin-top: 3px;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}

a {
	text-decoration: none;
	color: #ffffff;
}
a:link
{
	text-decoration: none;
	color: #ffffff;
}

a:visited
{
	text-decoration: none;
	color: #ffffff;
}

a:active
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.whatsnewtxt {
	margin: 11px;
	padding: 7px 7px 7px 7px;
	color: #333333;
}
.bodytext {
	padding: 7px 14px 10px 7px;
	color: #6e6d33;
	text-align: justify;
	font-size: 12px;
}

.alertbox {
	border: 0px solid #7E1A16;
	padding: 10px;
	margin-bottom: 2px;
	background-color: #FFF;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

