body {
	background-color: #121212;
	font-family: Arial, Helvetica, sans-serif;
}
table.mainTable {
	border-left: outset;
	border-left-color: #000000;
	border-left-width: medium;
	border-right: inset;
	border-right-color: #000000;
	border-right-width: medium;
	background-color: #dedede;
}
td.header, td.footer {
	height: 92px;
	background-color: #a40c62;
}
td.header {
	background-image: url(header.jpg);
	border-bottom-style: groove;
	border-bottom-color: #000000;
	border-bottom-width: medium;
}
td.footer {
	text-align: center;
	border-top-style: groove;
	border-top-color: #000000;
	border-top-width: medium;
}
td.text {
	background-color: #656565;
	text-align: justify;
	border-style: outset;
	border-color: #000000;
	border-width: medium;
	vertical-align: top;
	padding: 5px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.2257 {
	color: #FFFFFF;
}
h1 {
	text-align: left;
	margin-left: 25px;
	font-size: 36px;
}
h2 {
	font-size: 28px;
	margin: 5px;
}
h3 {
	font-size: 22px;
	margin: 5px;
}
h4 {
	text-align: center;
	font-size: 24px;
	margin: 5px;
}
.style3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 5px;
	color: #000000;
}
.style4 {
	font-size: 14px;
	text-align: center;
	/*color: #000000;*/
}
.style5 {
	font-size: 36px;
	color: #FFFFFF;	
	font-weight:400;
}	
.thumb {
	text-align: center;
}
.border1 {
	padding: 1px;
	background-color: #000000;
}
.border2 {
	padding: 3px;
	background-image: url(bg.jpg);	
}
.imgBorder {
	border-color: #000000;
	border-width: thin;
}
a.player {
	display:block;				
	width:480px;
	height:396px;
}
div.overlay {
    background-image:url(overlay.png);
	position: absolute;
	text-align: center;
    width:768px;
	height:576px;
    display:none;
    padding:55px;
} 
div.overlay div.close { 
    background-image:url(http://ourfreevideos.com/scripts/close.png);
    position:absolute;
    right:15px;
    top:15px;
    cursor:pointer;
    height:35px;
    width:35px;
}