/* CSS Document */

/* General */
a:focus{
-moz-outline-style: none;
}
body {
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	font-family: Verdana;
}
.about {
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}
.about:link {
	font-family: Verdana;
	font-size: 16px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #F5973F;
    text-decoration: none;
}
.menu_left {
	font-family: Verdana;
	font-size: 21px;
}
.menu_left02 {
	font-family: Verdana;
	font-size: 14px;
	color: #F5973F;
    text-decoration: none;
}
.menu_right {
	font-family: Verdana;
	font-size: 14px;
	color: #F5973F;
    text-decoration: none;
}	
.menu_movie {
	font-family: Verdana;
	font-size: 10px;
	color: #F5973F;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
}	
.style3 {font-size: 12px}
/* THE END General */
/* INDEX DIV */
.about {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.about a:link{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 4px;
}
.about a:visited{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.about a:hover{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.Table_actual_videos{
}
.Table_actual_videos img{
	border: 2px solid #414141;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	height: 120px;
}
.Table_actual_videos:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}