/*standard text*/
TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14.4px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0em;
}

/*first letter of standard text*/
.first_letter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14.4px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #190962;
	text-decoration: none;
	letter-spacing: 0em;
}

/*headers ie News:*/
.header
{
	font-family: Times, Times New Roman, serif;
	font-size: 22px;
	font-style: bold;
	line-height: 21.6px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	letter-spacing: 0em;
}


/*subheading ie: view all film titles*/
.subheader
{
	font-family: Times, Times New Roman, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21.6px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #666699;
	text-decoration: none;
	letter-spacing: 0em;
}

/*text in red*/
.text_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14.4px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 0em;
}

/*header with violet background*/
.Header_bg
{
	font-family: Times, Times New Roman, sans-serif;
	font-size: 18px;
	font-style: bold;
	line-height: 21.6px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	letter-spacing: 0em;
}

/*text with violet background*/
.text_bg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 14.4px;
	font-weight: bold;
	font-variant: bold;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	letter-spacing: 0em;
}

/*red text with violet background*/
.text_red_bg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 14.4px;
	font-weight: bold;
	font-variant: bold;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 0em;
}
.sm_text_white_bg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #797979;
	text-decoration: none;
	letter-spacing: 0em;
}

.sm_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}

/*point ie: synopsis, director ect..*/
.point
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 14.4px;
	font-weight: bold;
	font-variant: bold;
	text-transform: none;
	color: #666699;
	text-decoration: none;
	letter-spacing: 0em;
}

/*Title ie: the main title of the film title page*/
.title
{
	font-family: Times, Times New Roman, sans-serif;
	font-size: 22px;
	font-style: bold;
	line-height: 36px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}
/*Close link ie: the close link of the film title page*/
.close
{
	font-family: Times, Times New Roman, sans-serif;
	font-size: 16px;
	font-style: bold;
	line-height: 36px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}


A:link 
{
	text-decoration: none;
	color:#666699;
}
A:active     
{  
	text-decoration: none; 
	color:#666699;
}
A:visited    
{  	
	text-decoration: none; 
	color:#666699;
}

img
{
	border: 0;
}

