body
{
	background-color: #C5C1A6;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

body, table, p
{
	font-family: "Courier New" , Courier, mono;
	font-size: 10pt;
	color: #000000;
}

.header1
{
	font-size: 12pt;
	font-weight: bold;
	color: #A4D71A;
	background-color: #AD8CBC;
}

.linksection
{
	background-color: #66ABB6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 160px;
	text-align: center;
	padding: 10px 3px 10px 3px;
}

.menu
{
	background-color: #b2a695;
	border-top: #000000 thin solid;
	border-bottom: #000000 thin solid;
	padding: 2px 0px 2px 0px;
}

.contentbackground
{
	background-color: #ECEADF;
}

.contentpadded
{
	padding: 5px 5px 5px 5px;
}

.border
{
	border:#000000 1px solid;
}

.border5px
{
	border:#000000 5px solid;
}

.smalltext
{
    font-size: 8pt;  
}

.colheader
{
    color: #ffcc33;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 10px;
}

.bold
{
	font-weight: bold;
}

.pageheading
{
	font-size: 28px;
	font-weight: bold;
	color: #C5C1A6;
	padding: 0px 0px 0px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	opacity: .100;
}

.dividerline
{
	width: 100%;
	height: 20px;
	background-image: url(images/dividerline.gif);
}
.dividerthin
{
	width: 100%;
	font-size: 1pt;
	background-color: #dddddd;
}

.divider-vertical
{
	width: 3px;
	background-color: #000000;
}

.heading16
{
	font-size: 16pt;
	font-weight: bold;
}
.heading14
{
	font-size: 14pt;
	font-weight: bold;
}
.heading12
{
	font-size: 12pt;
	font-weight: bold;
}

.detail8pt
{
	font-size: 8pt;
}

.listsectionheading
{
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.listheading
{
	font-size: 14pt;
	font-weight: bold;
	padding-left: 20px;
}

.listsubheading
{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
}

.listdetail
{
	font-weight: normal;
	padding-left: 20px;
}
.listbordertop
{
	border-top: 1px solid #cccccc	
}

.tds
{
	background-color: white;
	border: 1px double #dddddd;
}

.altrow
{
	background-color: #F9F9F9;
}

.grandopening
{
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
	line-height: 15px;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
}

.countdownbox
{
	font-size: 9pt;
	padding: 4px 0px 0px 0px;
}

A:link
{
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
A:visited
{
	font-weight: normal;
	color: purple;
	text-decoration: underline;
}
A:hover
{
	font-weight: normal;
	color: aqua;
	text-decoration: underline;
}
A:active
{
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

A.list
{
	color: #333333;
}
A.list:visited
{
	color: #333333;
}
A.list:hover
{
	color: #666666;
}
A.list:active
{
	color: #333333;
}

.imagecontainer, .thumbcontainer
{
    background-color: White;
    border-color: Black;
    border-style: solid;
}
.thumbcontainer
{
    border-width: 1px;
    padding: 2px;
}
.imagecontainer
{
    border-width: 2px;
    padding: 1px;
}

.spacing 
{
    margin: 3px;
}

.highlightcontent
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffcc66;
	color: Black;
}
