
/* scrollbars */
body{
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #666666; 
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #666666; 
	scrollbar-arrow-color: #ffffff;}

	
/* body copy */
td{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #666666;}
	
.bestvideoyear{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;}	
	
.bodyRed{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #CC0000;}
	
.bodyRedBold{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;}		
	
.bodyBlack{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;}
	
.bodyBlackBold{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;}		
	
	
/* caption text */
.caption{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #999999;}

	
/* HTML header */
.htmlHeader{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;}
	
.htmlHeaderRed{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #CC0000;}
	
.htmlHeaderYellow{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #EED601;}	
		
	
/* HTML header */
.htmlHeaderRock{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;}
	
/* HTML header red */
.htmlHeaderRedRock{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;}
	
/* HTML header red */
.htmlHeaderRed{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #CC0000;}
	
/* HTML header grey */
.htmlHeaderGrey{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #797A7A;}	
	
/* Indicator */	
.indicator {
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #999999;}
	
/* presenters text */
.presentersRed{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #CC0000;}	
	
.presentersBlack{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;}		
	
	
/* overall link behaviour */	
a {
	background-color: transparent;
	text-decoration : underline;
	color: #DC0008;}

	
a:hover {
	background-color: #000000;
	text-decoration : none;
	color: #ffffff;}
	
a.mmvaSpecial {
	text-decoration : none;}

a.mmvaSpecial:hover {
	text-decoration : none;}	


/* form fields */	
input {
	background-color: #333333;
	color: #cccccc;
	font-family: verdana, arial, helvetica;
	font-size: 10px;}
	
	
/* text areas */	
textarea {
	background-color: #333333;
	color: #cccccc;
	font-family: verdana, arial, helvetica;
	font-size: 10px;}	
	
	
/* HTML dropdowns */
select { 
	background-color: #333333;
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 11px;}

	
/* lists */
ul {
	list-style-type : square;
	list-style-position : outside;}
