body {
	background-image: url(../images/main-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.infob {
	font: bold 12px/16px Tahoma, Verdana;
	color: #000000;
	text-decoration: none;
}

.info {
	font: normal 12px/16px Tahoma, Verdana;
	color: #000000;
	text-decoration: none;
}
.menu {
	font: normal 12px Tahoma, Verdana;
	color: #761717;
	text-decoration: none;
}
.menu-hover {
	font: normal 12px Tahoma, Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
/*A.menu:hover {
	font: normal 12px Tahoma, Verdana;
	color: #FFFFFF;
	text-decoration: none;
}*/
.red-bgcolor {
	background: #761717;
}
.white-bgcolor {
	background: #FFFFFF;
}
.red-heading {
	font: normal 20px Tahoma, Verdana;
	color: #761717;
	text-decoration: none;
}
.white-heading {
	font: normal 20px Tahoma, Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.grey-box {
	border: 1px solid #CCCCCC;
}
.red-subhead {
	font: bold 13px Tahoma, Verdana;
	color: #761717;
	text-decoration: none;
}

.white-menuhead {
	font: bold 13px Tahoma, Verdana;
	color: #FFFFFF;
	text-decoration: none;
}

.white-menuhead a.hover {
	font: bold 13px Tahoma, Verdana;
	color: #000000;
	text-decoration: none;
}

.grey-info {
	font: normal 12px Tahoma, Verdana;
	color: #333333;
	text-decoration: none;
}
.button {
	background: #761717;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: auto;
	width: auto;
	border: 1px 1 #999999;
	font-weight: bold;
}
.input-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;	
	border: 1px solid #999999;
	}

