/* main menu links */

a {
	font-size: 12px;
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

a:hover {
	color: #888888;
	text-decoration: none;
}

.active, #numberbox .active {
	color: #888888;
}


/* contact page links */

a.contact {
	font-size: 12px;
	color: #99ccff;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
}

a.contact:hover {
	color: #99ccff;
	text-decoration: underline;
}



/* footer links */
a.footer {
	font-size: 9px;
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
}

a.footer:hover {
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: underline;
}



#numberbox a {
	font-size: 12px;
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: none;
	padding-left: 4px;
}

#numberbox a:hover {
		color: #888888;
}

#detailsbox a  {
	color: #888888;
}

/* studio news links */
a.bodylink {
	font-size: 12px;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
}

a.bodylink:hover {
	color: #888888;
	font-weight: normal;
	text-decoration: underline;
}

/* studio press quotes links */
a.quotelink {
	font-size: 12px;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
}

a.quotelink:hover {
	color: #888888;
	font-weight: normal;
	text-decoration: underline;
}


/* links in TV page scroller */
a.tvlink {
	font-size: 11px;
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 14px;
}

a.tvlink:hover {
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: underline;
}

/* links in TV page scroller */
a.press {
	font-size: 11px;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
}

a.press:hover {
	color: #888888;
	font-weight: normal;
	text-decoration: underline;
}

