body {
  margin: 0px;
  padding: 0px;
  overflow-x:hidden;
}

table,p {
  font:9pt Verdana;
  color: #000000;
}

a:link,
a:active,
a:hover,
a:visited {
  color: #000000;
  text-decoration: none;
}

.small {
  font:7pt Verdana;
  color: #000000;
}

.copyright {
  font:7pt Verdana;
  color: #FFFFFF;
  text-align: center;
}

.copyright a:link,
.copyright a:active,
.copyright a:hover,
.copyright a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.videobox {
    font:9pt Verdana;
	width: 125px;
	height: 158px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	float: left;
	padding: 2px;
}

.videobox a:link,
.videobox a:active,
.videobox a:hover,
.videobox a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.videobox img {
  margin: 0 0 2px 0;
  border: 1px #000000 solid;
}

.newsletter {
  font:9pt Verdana;
  color: #FFFFFF;
}

.newsletter input {
  margin-left: 4px;
  font:9pt Verdana;
  color: #FFFFFF;
  background: #000000;
  border: 1px #CCCCCC solid;
}