@charset "utf-8";
/* CSS Video - Fontes */

/* Fonte Descricao */
.Vid_Des{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#57b6ff;
	}

/* Conteudo Descritivo do Video - Titulo */
.Vid_Con_Des_Tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	}

/* Conteudo Descritivo do Video - Conteudo */
.Vid_Con_Des_Con{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	}

/* Conteudo Descritivo do Video - Conteudo Descricao */
.Vid_Con_Des_Con_Des{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999;
	}

