body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFcc33;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	background: url("images/bridge_bg.jpg");

}



.header {

	font-weight: bold;
	
}

.subhead {

	font-weight: normal;
	
}
.tracklist {

	font-size: 9pt;

}

.links {

	font-size: 8pt;

	font-weight: bold;

	color: #FFCC33;

}

.links:hover {

	color: #FFFFFF;

	text-decoration: overline;

}

.textsmall {

	font-size: 8pt;

	color: #FFFFFF;

	font-weight: bold;

}

.subhead2 {

	font-size: 10pt;

	font-weight: bold;

}

.textFootnote {

	font-size: 8pt;

	font-style: italic;
}

.artwork {

	font-size: 10pt;

	font-weight: bold;

	color: #990033;

}

.artwork:hover {

	text-decoration: overline;

}

.textRed {

	color: #990033;

}

.textRed:hover {

	text-decoration: overline;

}

.textRedItal {

	font-size: 10pt;

	font-style: italic;

	color: #990033;

}

.textRedItal:hover {

	text-decoration: overline;

}


object.mov {
    display: none;
}


/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
