html,body{
	margin:0;
	padding:30px 0;
	background-color:#000000;
	font-family:Century Gothic;
	font-size:16px;
	color:#ffffff;
	overflow:hidden;
	overflow-y:auto;
	scrollbar-base-color: #191919;
	scrollbar-arrow-color: #EA7201;
	text-align:center;

}

pre{
	padding:0;
	margin:0;
	font-family:Century Gothic;
	font-size:14px;
}

img{
	margin:0;
}

form{
	margin:0;
	padding:0;
}

a, a.VideoTitle{
	color:#BBBBBB;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

a:hover{
	color:#EA7201;
}

a.VideoTitle{
	color:#EA7201;
}

a.VideoTitle:hover{
	color:#BBBBBB;
}

iframe{
	scrollbar-base-color: #191919;
	scrollbar-arrow-color: #EA7201;
}

div.Container{
	width:970px;
	height:350px;
	overflow-x:hidden;
	overflow-y:auto;
	border:#191919 5px solid;
	background:#191919 no-repeat fixed top;
	background-position:center 143px;
	scrollbar-base-color: #191919;
	scrollbar-arrow-color: #EA7201;
}

div.Content{
	padding:0 20px 20px 20px;
}

a.MainMenuLink, a.MainMenuLinkON{
	font-size:15px;
	color:#BBBBBB;
	text-decoration:none;
	margin-right:30px;
	font-weight:bold;
}

a.MainMenuLink:hover, a.MainMenuLinkON{
	color:#EA7201;
}

a.SubMenuLink, a.SubMenuLinkON{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:30px;
	font-weight:bold;
	background:#FF9900;
	padding:0 5px;
}

a.SubMenuLink:hover, a.SubMenuLinkON{
	color:#EA7201;
	background:#FFFFFF
}

a.NewsLink{
	color:#000000;
}

a.NewsLink:hover{
	color:#EA7201;
}

div.PageTitle{
	text-align:left;
	font-size:36px;
	color:#BBBBBB;
}

div.PageTitle .SubTitle{
	color:#EA7201;
}

.PageSubTitle{
	font-size:24px;
	color:#EA7201;
}

div.Subscribe{
	font-size:12px;
}

div.SeeThru{
	width: 890px;
	height: 275px;
	background:url('http://www.prfo.com/graphics/bg/seethru.png');
	overflow-x:hidden;
	overflow-y:auto;
	padding:2px 20px 20px 20px;
	text-align:left;
}

input.Subscribe{
	border:#666666 1px solid;
	background:#000000;
	color:#FFFFFF;
}

input.Button{
	font-family:Century Gothic;
	font-size:12px;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

div.ListFiles{
	height:350px;
	overflow-x:hidden;
	overflow-y:auto;
	border:#191919 5px solid;
	background:#191919 no-repeat fixed top;
	background-position:center 143px;
	scrollbar-base-color: #191919;
	scrollbar-arrow-color: #EA7201;
}

.FilePopup {
	display: none;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left:-350px;
	width: 700px;
	min-height: 500px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: black;
	z-index:1003;
	overflow: auto;
	overflow-x:hidden;
	scrollbar-base-color: #191919;
	scrollbar-arrow-color: #EA7201;
}

.FilesPopup {
	display: none;
	position: fixed;
	top: 138px;
	left: 50%;
	margin-left:-490px;
	width: 947px;
	height: 342px;
	padding: 16px;
	padding-bottom:0px;
	border: 1px solid #333333;
	background-color: black;
	z-index:1002;
	overflow: auto;
	overflow-x:hidden;
	scrollbar-base-color: #191919;
	scrollbar-arrow-color: #EA7201;
}

.Glabel{
	color:#BBBBBB;
}

.Olabel{
	color:#EA7201;
}