body {
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	margin-top: 50px;
	}
	
#Video {
	width:854px;
	height:392px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	background-color:#ffffff;
	border: 1px solid #666;
	}

#Content {
	width:854px;
	height:392px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px #000000;
	background-color:#ffffff;
	}
	
#Content2 {
	width:854px;
	height:70px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:right; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px #000;
	background-color:#fff;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}	
#skip {
	width:854px;
	height:70px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:right; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px #000;
	background-color:#fff;
	}	

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
h1 {
	margin: 40px 10px 0px;
	padding: 0px;
	float:left;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.form a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.button a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.button a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
