@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.videodiv {
position:absolute;
padding:0px;
z-index:700;
}
.ad {
display:block;
background-color:#666666;
border:1px solid #000000;
width:250px;
height:60px;
float:right;
z-index:800;
bottom:10%;
right:0px;
padding:5px;
position:absolute;
}