/* CSS Document */

body {
	background-color: #f9f9f9;
	color: #000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 10pt;
	SCROLLBAR-FACE-COLOR: #eee;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #000;
	SCROLLBAR-3DLIGHT-COLOR: #f9f9f9;
	SCROLLBAR-ARROW-COLOR:#000;
	SCROLLBAR-TRACK-COLOR: #f9f9f9;
	SCROLLBAR-DARKSHADOW-COLOR: #f9f9f9;
	SCROLLBAR-BASE-COLOR: #f9f9f9;
	margin: 0;
	}

p {
	color: #000;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	margin: 0 20px 15px 0;
	}

a.link:link, a.link:visited {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #6b3;
	}

a.link:hover, a.link:active {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #491;
	background-color: #cf9;
	}

h2 {
	padding: 0;
	margin: 0 0 15px 0;
	}

h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 10pt;
	}

.filmstills {
	height: 83px;
	width: 125px;
	border: 1px solid #000;
	}