body {
	background-color: #666666;
	text-align: center;
}
.maintable {
	border: none;
	background-color: #333333;
}
.pinkbox {
	background-color: #666666;
	background-image: url(images/cushion.gif);
	background-repeat: repeat;
	border: thin solid #CC33CC;
	vertical-align: top;
	padding: 5px;
}
.greybox {
	background-color: #666666;
	background-image: url(images/cushion.gif);
	background-repeat: repeat;
	border: thin solid #CC33CC;
	vertical-align: top;
	padding: 5px;
	text-align: center;

}
.greybox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC33CC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
a {
	font-weight: bold;
	color: #CC33CC;
	text-decoration: underline;
	border: none;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC33CC;
	text-decoration: underline;
	font-style: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #CC99FF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.movietable {
	text-align: left;
	vertical-align: top;
}
.movietable a{
	padding-right:9px;
	color: #CC33CC;
	background: url(images/link.gif) 100% no-repeat;
	text-decoration:none;
}
