.big {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #DDDDDD;
}

.medium {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #DDDDDD;
}

.white {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.tiny {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #888888;
}

.light {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #888888;
}

.dark {
	color: #404040;
}

.yellow {
	color: #FFE200;
}

a {
	color: #FFE200;
	text-decoration: none;
	border-bottom-color: #FFE200; 
	border-bottom-width: 1px; 
}

a:link {
	color: #FFE200;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFFFFF; 
	border-bottom-width: 1px; 
}

a.light {
	color: #888888;
	text-decoration: none;
	border-bottom-color: #888888; 
	border-bottom-width: 1px; 
}

a.light:link {
	color: #888888;
	text-decoration: none;
}

a.light:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFFFFF; 
	border-bottom-width: 1px; 
}

ul {
	margin-top:.5em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;
	padding-left:1.25em;
}

li {
	margin-top:0em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;
	padding-left:0em;
	list-style-type: square;
}

INPUT { 
  font-family: "Helvetica Neue", "Helvetica", sans;
  font-size:11px;
  line-height: 13px;
  font-weight: bold;
  color:2C2C2C;
}

INPUT.light { 
  font-family: "Helvetica Neue", "Helvetica", sans;
  font-size:11px;
  line-height: 13px;
  font-weight: bold;
  color:DDDDDD;
}

TEXTAREA { 
  font-family: "Helvetica Neue", "Helvetica", sans;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  border-style:solid;
  border-color:BBBBBB;
  border-width:1px;
  color:2C2C2C;
}






.quicktime .button
{
	text-decoration: none;
	color: #FFE200;
	outline: none;
	position: relative;
	top: 50%;
}

.standard
{
	background-color: rgb(20,20,20);
	font-size: 1.25em;
	color: white;
	zoom: 100%;
	padding: .5em 1em;
	opacity: .8;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border: none;
	font-family: Arial, sans-serif;
}

.quicktime
{
	position:relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}

.alt-content
{
	display: none;
}

