body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	text-align: center;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #FF0000;
}

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

div.header {
	postion: relative;
	top: 0px;
	float: left;

}

div.subheader {
	position: relative;
	top: 45px;
	left: 0px;
	width: 291px;
	float: right;
}

div.container {
	position: relative;
	height: 100%;
	width: 600px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.container2 {
	position: relative;
	height: 100%;
	width: 700px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.containerstore {
	position: relative;
	width: 900px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

p {
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
	padding: 20px;
}

img.cast {
	padding: 4px;
}

span.title {
	font-style: italic;
}

span.heading {
	font-weight: bold;
}