@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
    
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}

/* DIV */
.container {
	width: 990px !important;
}

.div_stream {
	
}
    
/* OTHERS */
a:hover {
	color: #000000;
}
    
a:link {
	color:#99354E;
}

a:active {
	color:#99354E;
}
    
.bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	margin-top:10px;
	margin-left:20px;
}

table.jumpVideo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	border:none;
	padding:3px 0px 3px 0px;
}

table.jumpVideo a:LINK {
	
}

table.jumpVideo a:HOVER {
	
}

table.jumpVideo thead {
	color: #000000;
}

table.jumpVideo thead td {
	padding:5px 5px 5px 0px;
	background-color: #ffc427;
}

table.jumpVideo td {
	padding:3px 0px 3px 0px;
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
}