/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
 	vertical-align: top;
}

p {
	text-align: justify;
	font-size: 12px;
}

p.centered {
	text-align: center;	
}

p.footnote {
	text-align: center;
	font-size: 11px;
}

ul {
	font-size: 11px;
	text-align: justify;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
}

li {
	padding-bottom: 5px;
	padding-left: 5px;
}

table.polkadot {
	background-image: url(Images/polkadot.jpg);
}

td.menu {
	font-size: 13px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}

td.movies {
	font-size: 11px;
	text-align: center;
}

td.movies:hover {
	background-color: #FFCC66;
}

td.text {
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	vertical-align: top;	
}

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

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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	color: #FFCC00;
	text-decoration: none;
}

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

a.menu:visited {
	color:#D41C1C;	
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 25px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 5px;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	//text-align: left;
	padding-bottom: 0px;
	padding-top: 5px;
}

img {
	border: 0;
}

img.gallery {
	border: 0;
	width: 400px;
}

td.gallery {
	background-color: #000000;
	text-align:center;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
}

td.gallery:hover {
	background-color: #FFCC66;
}

td.thumbnail {
	vertical-align: middle;
	text-align:center;
	width: 108px;
}
.new {
	color: #FFE0D1;
	background-color: #D41C1C;
	//font-weight: bold;
	font-size: 10.5px;

}