body {
	background: #191919;
	font-family: Arial, Helvetica, sans-serif;
}
table.mainTable {
	background-color: #484848;
	border: #CCCCCC medium solid;
}
td.header {
	height: 80px;
	background-image: url(header.jpg);
	border-bottom: #000000 groove medium;
}
td.footer {
	text-align: center;
	background-color: #d80066;
	border-top: #000000 groove medium;
}
td.text {
	background-color: #191919;
	text-align: justify;
	border: #ffffff outset medium;
	vertical-align: top;
	padding: 5px;
}
.imgBorder {
	border-color: #fcb3d5;
	border-width: thin;
}
.border1 {
	padding: 1px;
	background-color: #000000;
}
.border2 {
	padding: 3px;
	background-image: url(bg.gif);
}
.thumb {
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a.player {
	display:block;
	width:480px;
	height:396px;
}
h1 {
	text-align: left;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 36px;
	color: #000000;
}
h2 {
	text-align: left;
	vertical-align: top;
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 22px;
	text-align: left;
	margin: 5px;
}
h4 {
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	margin: 8px;
}
.style4 {
    color: #000000;
	font-size: 14px;
	text-align: center;
}
.style5 {
	font-size: 36px;
	font-weight: 400;
}
div.overlay {
    background-image:url(overlay.png);
	position: absolute;
	text-align: center;
    width:720px;
    height:510px;
    display:none;
    padding:55px;
}
div.overlay div.close {
    background-image:url(close.png);
    position:absolute;
    right:15px;
    top:15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
div.overlay .overlayTag {
    color: #000000;
    margin: 12px 0 0;
}
