a:link {
color: #dddddd;
text-decoration: none;
}
a:visited {
color: #dddddd;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
a:active {
color: #dddddd;
text-decoration: none;
}

.bg_border {
background-color: #000000;
}

.bg_site {
background-color: #000000;
}

.basicTable {
margin-left: auto;
margin-right: auto;
margin: 0;

border-width: 0px;
border-spacing: 0px;
border-style: none;
border-collapse: collapse;
}

body {
text-align:center;
}

.noBorder{
border=10px;
}

.noRepeat{
background-repeat: no-repeat;
}

.bg {
background-color: #000000;
}

.bg_red {
background-color: #ee0000;
}

.bg_blue {
background-color: #0000ee;
}

.commentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	color: #dddddd;
	text-indent: 0px;
}

.commentBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 16px;
	color: #dddddd;
	text-indent: 20px;
}

.commentBlurbList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 16px;
	color: #dddddd;
	text-indent: 20px;
	margin-left: 40px;
}

.movieBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 14px;
	color: #dddddd;
	text-indent: 20px;
}

.news_HL {
color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: left;
font-weight: bold;
line-height: 18px;
vertical-align: middle;
}

.news_pdf {
color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: right;
font-weight: bold;
line-height: 18px;
vertical-align: middle;
}

.news {
color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
font-weight: normal;
line-height: 15px;
vertical-align: top;
}

.movieMenu {
color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
font-weight: bold;
line-height: 12px;
vertical-align: middle;
}

.galleryNext {
color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: right;
font-weight: bold;
line-height: 14px;
vertical-align: top;
}

.contact_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 16px;
	color: #dddddd;
	text-indent: 0px;
	text-align: left;
}

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16px;
	color: #dddddd;
}

.newsBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 12px;
	color: #dddddd;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	line-height: 12px;
	color: #dddddd;
}


table.movieList {
   border-collapse: collapse;
}
table.movieList td {
   border: 0px solid #ccc;
}
table.movieList td a{
   width: 11em;
   padding: 1px;
}
table.movieList td a:link, table.navbar td a:visited {
   color: #000;
}
table.movieList td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #333;
}
.movieList{
background-repeat: no-repeat;
}



.bg_transparent {
background-color:transparent;
}