body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	color: #8b0d29;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.second_header {
	color: #8b0d29;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b0d29;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.body_text {
	font-size: 11px;
	color: #404950;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
    text-decoration: none;
}

.body_text_white {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
    text-decoration: none;
}

.body_text_bold {
	font-size: 11px;
	color: #8b0d29;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
	font-weight: bold;
    text-decoration: none;
}
.discalimer {
	color: #989898;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
}

.links {
	color: #8b0d29;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}

.infoboxstyle {
	position: absolute;
	color: black;
	border: black;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 6px;
	border-right-width: 6px;
	background-color: #EFEFEF;
	z-index: 1;
	visibility: hidden;
}

.inputBox {	color : #333333;
	background : #E3E7EA;
	border-color : #666666;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : Tahoma, Arial, Verdana;
	font-size : 11px;
	border-top-color: #333333;
}


