@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
}

a:link, a:visited {
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;	
}

a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;	
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0;
	padding: 0;
	text-align: center;
}

.videoPage {
	margin:auto;
	text-align: center;
	background-color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	width: 600px;
}

.ctrTitle {
	text-align: center;
}

.ctrTitle p {
	font-size: x-small;	
}

.ctrTitle h5 {
	padding-top: 7px;	
}

.ctrTitle img {
	padding-top: 7px;	
}

.disclaimer p {
	font-size: small;
	padding-top: 10px;
}

.disclaimer h4 {
	padding-top: 20px;
}