*{
	margin:1.5ems;
	padding:10;
	border:0;
}

body {
	background-attachment: fixed;
	font-family: "Century Gothic";
}

p { 
	font-family: "Century Gothic";
}

td { }

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background-color:transparent;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:link {
	color: #DCBB00;
	text-decoration: none;
}

a:visited {
	color: #CC9900;
	text-decoration: none;
}

a:hover {
	color: #DCBB00;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
}
.T6white {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 6pt;
}
.T8white {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 8pt;
}
.T10white {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 9pt;
}
.T10white-indent {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 9pt;
	text-indent: 15px;
	padding: 5px 0 5px 0;
}
.T10white-indent-10pad {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 9pt;
	text-indent: 15px;
	padding: 10px;
}
.styleMAIN {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10pt;
	padding: 0 25px 0 25px;
}
.styleMAINHEADER {
	color: #DCBB00;
	font-weight: bold;
	font-family: "Century Gothic";
	font-size: 14pt;
	padding: 0 10px 0 10px;
}
.styleMAINHEADER2 {
	color: #DCBB00;
	font-family: "Century Gothic";
	font-style: bold;
	font-size: 25pt}
}
.styleMAINHEADER-W {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-style: bold;
	font-size: 25pt}
}
.styleMAINHEADER-W2 {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-style: bold;
	font-size: 25pt}
}
table.yellow {
	padding: 3px;
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: #CC9900;
	border-collapse: separate;
	background-color: #555555;
	color:#FFF;
	font-family: "Century Gothic";
	text-align: center;
}
table.yellow th {
	font-size: 10pt;
	font-weight: bold;
	background-color: #333333;
	}
table.yellow td {
	font-size: 10pt;
	}
table {
	color:#FFF;
	font-family: "Century Gothic";
	text-align: center;
}
table th {
	font-size: 12pt;
	font-weight: bold;
	background-color: #333333;
	}
table td {
	font-size: 10pt;
	}
.styleTABLE {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10pt;
	margin-left: 25px;
	text-align: left;
	border: 2px solid #CC9900;
	background-color: #555555;
}
table.styleTABLE th {
	font-size: 12pt;
	font-weight: bold;
	background-color: #570000;
	}
.styleTABLEheader {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10pt;
	text-align: left;
	background-color: #333333;
	font-weight: bold;
}
.styleTABLEmain {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10pt;
	text-align: left;
	background-color: #555555;
}
.styleTABLEheader {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10pt;
	text-align: left;
	background-color: #333333;
	font-weight: bold;
}
.styleFOOTER {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10pt}
}
.styleFOOTERSUB {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 6pt}
}
.styleSUB {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 6pt}
}
.styleNAVHEADER {
	color: #FFFFFF;
	font-family: "Century Gothic";
	margin-top: 15px;
}
.styleNAV {
	font-family: "Century Gothic";
	color: #DCBB00;
	font-size: 10pt}
.styleNAVSUB {
	font-size: 9pt;
	color: #DCBB00;
	font-style: italic;
	font-family: "Century Gothic";
}
.styleSPECIALS {
	color: #DCBB00;
	font-family: "Century Gothic";
	font-style: bold;
	font-size: 40pt}
}
.styleBULLET {
	color: #FFFFFF;
	font-family: "century gothic";
	font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
