﻿html
{
	background-image: url(/Images/fondo_top.png);
	background-repeat: repeat-x;
	background-position: top right;
	background-color:#ECECEC;
}
body 
{
	color:#333333;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
}
p 
{
	color:#FCD226;
}
img
{
	border:0;
}
a 
{
	color:#010747;
	text-decoration:none;
}
a:visited 	
{
	color:#010747;
	text-decoration:none;
}
a:hover 
{
	color:#0495C7;
	/*text-decoration:underline;*/
}
a.movielink
{
	color:#FCD202;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
a.movielink:visited 
{	
	color:#FCD202;
	text-decoration:none;
}
a.movielink:hover
{
	text-decoration:underline;
}
a.yellowlink 
{
	color:#FCD202;
	text-decoration:none;
}
a.yellowlink:visited 	
{
	color:#FCD202;
	text-decoration:none;
}
a.yellowlink:hover 	
{
	color:#FCD202;
	text-decoration:underline;
}
.MovieTitle 
{
/*	color:#FCD202;
	font-weight:bold;
	font-size:16px;*/
	color:#010747;
	font-weight:bold;
	font-size:12px;
}
.SubTitle 
{
/*	color:#FCD202;*/
	color:#0495C7;
}
.SubHeader 
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
.TitleView
{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
}
