html {overflow: scroll;}
table.videos
{
	border-collapse: collapse;
	border-style: solid;
	border-color: black;
}
.headnorm {
	color: white;
	font-family: sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: center;
}
.headsel {
	color: black;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align: center;
}
a.head2norm:link {
	text-decoration: none;
	color: black;
}
a.head2norm:visited {
	text-decoration: none;
	color: black;
}
a.head2norm:hover {
	color: black;
	text-decoration: underline;
}
a.head3norm:link {
	text-decoration: none;
	color: black;
}
a.head3norm:visited {
	text-decoration: none;
	color: black;
}
a.head3norm:hover {
	color: black;
	text-decoration: underline;
}
.head2norm {
	color: black;
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
}
.head2sel {
	color: black;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.head3norm {
	color: black;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.head3sel {
	color: black;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bodytitle1 {
	color: black;
	font-family: sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.bodytitle2 {
	color: black;
	font-family: sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}
.bodytext {
	color: black;
	font-family: sans-serif;
	font-size: 14px;
}
.bodyhighlight {
	color: red;
	font-family: sans-serif;
	font-size: 14px;	
}