body {
	background-image:url(images/pageBg.jpg);
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}
@font-face {
    font-family: "Synchro LET";
    src: url(Synchro.ttf);
}
.Synchro {
    font-family: "Synchro LET";
    font-size: 230%;
}

#vidlist {
	width: 469px;
	height: 225px;
	overflow: auto;
}
.txtTitles, a.txtTitles:visited, a.txtTitles:hover, a.txtTitles:active, a.txtTitles:link {
	color: #488ed4;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.txtBannerTemp	{
	color: #488ed4;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
}
a.links:visited, a.links:active, a.links:link {
	color: #488ed4;
	text-decoration: none;
}
a.links:hover {
	color: #FFFFFF;
}
a.vidlinks:visited, a.vidlinks:active, a.vidlinks:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.vidlinks:hover {
	color: #488ed4;
}
a.footerlinks:visited, a.footerlinks:active, a.footerlinks:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerlinks:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.input-nml, .button-nml {
font-size: 11px;
background: #000000;
background-image:url(images/input.gif);
color: #666;
border: 1px solid #666;
padding:2px;
}
.dropdown-nml {
font-size: 11px;
color: #666;
padding:0px;
}
.button-nml {
font-size: 11px;
background: #CCCCCC;
color: #000000;
border: 1px solid #FFFFFF;
padding:2px;
}