body {
	font-family: Arial, Helvetica, sans-serif;	
}

p {
	color: #FFFFFF;
	font-size: 12px;
}

p.copy {
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 3px;
}

a.footer {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}

a.footer:hover {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;	
}

a.smalllink {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;	
}

a.smalllink:hover {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;	
}

a.htmllink {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;	
}

a.htmllink:hover {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;	
}

.keywords {
	color: #565656;
	font-size: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

.borderbox {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

#movieAlt { /*Vertical scroll bar on alternative content*/
height: 200px;
width: 400px;
overflow: auto;
}
#movieAltInner { /*Use separate div because IE's faulty box model*/
padding: 10px 20px;
}