a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: #EB731D;	
}

body {
	margin-top: 50px;
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

h1 {
	color: Black;
	text-align: left;
	margin-bottom: 0px;
	font-size: 18px;
}

h2 {
	color: White;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 15px;
	}

h3 {
	color: Black;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	}

p {
	font-size: 11px;
	line-height: 125%;
}

h1.pagetitle {
	color: #EB731D;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 20px;
	}
	
#videoframe_ctr {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid White;
	width: 700px;
	height: 420px;
	color: white;
	margin-top: 10px;
	background-color: Black;

#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-color: Black;
	}

h2.pagetitle {
	color: White;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 17px;	
}