@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #711615;
}

.bottam-padding {
	padding-bottom: 5px;
	background-repeat:no-repeat;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e3ded3;
	text-decoration: none;
}
.top-padding {
	padding-top: 25px;
	padding-left: 21px;
	
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #701616;
	text-decoration: none;
	width: 55%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #701616;
	border-bottom-color: #701616;
	margin-top:15px;
	margin-left: 20px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3c3c3c;
	text-decoration: none;
	padding-left: 20px;
	line-height: 21px;
	padding-top: 15px;
}

.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3ded3;
	margin-top: 10px;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3c3c3c;
	text-decoration: none;
	padding-left: 15px;
	line-height: 21.5px;
	padding-top: 8px;
}
.footer-text-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3c3c3c;
	text-decoration: none;
}
.footer-text-1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #711615;
	text-decoration: none;
}.norepeat {
	background-repeat: no-repeat;
}
.left-right-padding {
	padding-right: 2px;
	padding-left: 2px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-padding{
	padding-top:1px;
	padding-right:8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}