/* base.css */


/* base */
h1 {
font-size:medium;
font-weight:normal;
}
h2 {
font-size:medium;
font-weight:normal;
}
body{
	margin:0;
	padding:0;
	color:#FFF;
	background:#000;
	font-size:.9em;
	font-family:Helvetica,Arial,sans-serif;
}
a{
	color: #FFF600;
	text-decoration: underline;
}
a:link{}
a:visited{
	color: #FFF600;
}

a:focus,
a:hover,
a:active{
	color: #FFF600;
	text-decoration: underline !important;
}



#flashcontent{
	margin:0px;
	width:100%;
	height:100%;
	position:absolute;
	line-height:1.3em;
}
.noplayer{
	margin:40px;
	font-weight:bold;
}