html, body {
	height: 100%;
	width: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #254075;
	overflow: hidden;
}

#content {
	width: 100%;
	position:absolute;
	z-index: 1;
	overflow:auto;
	color:#FFFFFF;
	font-size:1.5em;

}

#supersize {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

img {
	border: none;
	}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dfcdb1;
	}

.copy-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dccda6;
	padding: 2px;
	margin: 0px;
	}

a {
	color: #96762f;
	text-decoration: none;
	}

a:visited {
	color: #96762f;
	text-decoration: none;
	}

a:hover {
	color: #96762f;
	text-decoration: none;
	}

a:visited:hover {
	color: #96762f;
	text-decoration: none;
	}

.homecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #604520;
	padding: 10px 2px 10px 1px;
	margin: 0px;
}



/* TABLE PROPERTIES */

.cell-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656764;
	background-color: #2e1614;
}
.cell-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656764;
	background-color: #2e1614;
}
.cell-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656764;
	background-color: #391e1a;
}
/* END TABLE PROPERTIES */



/* Promo Txt*/

.promotxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dccda6;
	margin: 0px;
	}

.promotxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dccda6;
	margin: 0px;
	text-decoration:none;
	}
	
.promotxt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dccda6;
	margin: 0px;
	text-decoration:none;
	}
	
.promotxt a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dccda6;
	margin: 0px;
	text-decoration:none;
	}


/* CALENDAR STYLES */

.cell-cal a {
	color: #393b38;
	text-decoration: underline;
	border-bottom: none;
	}

.cell-cal a:visited {
	color: #393b38;
	text-decoration: underline;
	border-bottom: none;
	}

.cell-cal a:hover {
	color: #545753;
	text-decoration: underline;
	border-bottom: none;
	}

.cell-cal a:active {
	color: #393b38;
	text-decoration: underline;
	border-bottom: none;
	}

.cell-cal a:visited:active {
	color: #393b38;
	text-decoration: underline;
	border-bottom: none;
	}

.cell-cal a:visited:hover {
	color: #545753;
	text-decoration: underline;
	border-bottom: none;
	}

/* END CALENDAR STYLES */

