/* Bills Amusements Styles */

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #ffffff;

	/*background-image: url(../images/layout/background.gif);
	background-repeat: repeat;*/
}

a:visited {
	text-decoration:none;
}


.menu-text {
	/*padding: 3px;*/
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	text-align: center;
	color:#018c39; 
}

.menu-text a {

	color: #018c39;
	text-decoration: none;
}

.menu-text a:hover {
	color: #badc7e;
	text-decoration: underline;
}


.main-body-text-heading {
padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#FFFFFF; 
}


.main-body-text {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#FFFFFF; 
}

.main-body-text a {
	color: #fffa77;
	text-decoration: none;
}

.main-body-text a:hover {
	color: #fffa77;
	text-decoration: underline;
}


.table-image-cell {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#000000; 
}

.table-image-cell a {
	text-decoration: none;
}

.table-image-cell a:hover {
	text-decoration: none;
}

.foot-body-text {
	/*padding: 8px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color:#ffffff; 
}

.footer-text {
	/*padding: 8px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#ff883b; 
}

.footer-text a {
	color: #ff883b;
	text-decoration: none;
}

.footer-text a:hover {
	color: #000000;
	text-decoration: underline;
}


