/* CSS Document */
*{
	margin:0;
	padding:0;
	border: none;
}

body {
	behavior:url("csshover.htc");
	font: 12px "Trebuchet Ms" ;
	scrollbar-arrow-color: #666;
	scrollbar-3dlight-color: #FFF;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
h3 {margin-top: 10px;}
#info {margin-top: 10px; width: 355px; margin-left: 3px; float: left;}
#painel {
width: 350px;
height: 260px;
overflow:scroll;
overflow-x:hidden;
}
.titulo {font: italic bold 16px "Trebuchet MS"; color: #003399; margin-bottom: 3px;}
.subtitulo {font: italic bold 14px "Trebuchet MS"; color: #0066CC; margin-bottom: 3px;}
.vid_titulo {color: #666; font-weight:bold; margin:0px;}
.vid_subtitulo {color:#999; font-weight:bold; margin:0px;}
.vid_desc {color:#333; margin:0px;}