body {
	margin: 0px;
	background-image: url(../images/bgimage.jpg);

}

/* td - border bottom white color */
.td-brd-b-c {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Check Availability */
.check-ava {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #893A3D;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;


}

/*td - border left white color */
.td-brd-l-c {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 35px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav-text-color {
	color: #840012;
}
.nav-color {
	color: #840012;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	line-height: 45px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 23px 0px 0px;
	font-size: 35px;
}
.td-padding {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	line-height: 18px;
}
.rightside-img-align {
	float: right;
	margin-left: 10px;
}

/* td - border top white color */
.td-brd-t-c {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* td - padding with white text color */
.footer-td-p-t-c {
	line-height: 18px;
	color: #FFFFFF;
	padding: 15px 10px;
}
.white-color-links {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	color: #9C0000;
	margin: 0px 0px 10px;
	font-size: 15px;
}
ul {
	line-height: 18px;
}
.faq {
	color: #9C0000;
}
.underline {
	text-decoration: underline;
}
a {
	color: #000000;
	text-decoration: none;
}
.leftside-img-align {
	float: left;
	margin-right: 10px;
}
a:hover
{
	text-decoration: underline;
}
