body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.whitetext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; line-height: 18px; }

.yellow text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; line-height: 18px; }

.whitesmall { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #fff; line-height: 18px; }

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}

.quotecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: normal;
	font-style: italic;
	text-align: right;
	margin-top: -8px;
	padding-right: 20px;
}

.sidebar { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #666; margin-left:10px; margin-right:10px; }

.blue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #369; line-height: 18px; margin-left:30px; margin-right:30px; }


.boldblue { color: #036; font-weight: bold; }

.smaller { font-size: 11px; line-height: 14px; }


#white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 12px;
 }

#white a:link
 { font-size: 9px; color: #fff; text-decoration: underline; }

#white a:visited
 { font-size: 9px; color: #fff; text-decoration: underline; }

#white a:hover
 { font-size: 9px; color: #000; text-decoration: none; }

h1  { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #ffcc00; 
line-height: 18px; 
text-transform: uppercase;
margin-top:10px; 
margin-bottom:10px; }

h2  { font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #ffcc00; 
line-height: 18px; 
margin-top:10px; 
margin-bottom:-10px; }

h3  { font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #036; 
line-height: 18px; 
text-transform: none;
margin-left:30px; 
margin-top:15px; 
margin-right:20px; 
margin-bottom:-10px; }

h4  { font-size: 11px; line-height: 10px font-weight: strong; }

h5  { font-size: 12px; color: #369; line-height: 12px: strong; padding-top: 8px; padding-right: 35px; }


a:link  {color: #ffcc00; text-decoration: underline; }

a:visited  {color: #f00; text-decoration: underline; }

a:hover {color:#999;}


.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: .8em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 80%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}

