/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(img/content_top_fade.png);
	background-position:0px 72px;
	background-repeat:repeat-x;
}
div.copy{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:16px;
	text-align:center;
	font-size:8pt;
	color:#000;
	padding-top:2px;
	background-image:url(img/pop_fade.png);
}

a{
	color:#5194ca;
	text-decoration:none;
}
a:hover{
	color:#5194ca;
	text-decoration:underline;
}

h1{
	font-size:14pt;
	margin:9px 0 3px;
}
h2{
	margin:0px;
	font-size:9pt;
	font-weight:normal;
}
#header{
	width:100%;
	height:70px;
	background-image:url(img/stream_header.png);
	background-position:center;
	cursor:pointer;
}
