body {
	background: gray;
	margin: 0px;
}

a { color: #006699; text-decoration: none; }
a:hover { color: #999999; text-decoration: underline; }
a:visited { color: #006699; }
a:active { color: #006699; }

#geral {
	background-color: #ffffff;
	background-image: url(../img/fundo_cursos.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 375px;
	position: relative;
	font-family: "Trebuchet MS", "Bitstream Vera Sans";
}

.flashvelho {
	text-align:center;
}

.flashvelho #obj{
	margin-top:30px;
}
.flashvelho object{
	margin-top:30px;
}

#top {
	height: 70px;
	font-size: 0;
}


/* TEXTO PURO */ 
#texto_content {
	width: 440px;
	margin: 0 auto;
}

#texto_content h1 {
	color: #557641;
	font-size: 24px;
	font-style: italic;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#texto_box	{
	font-size: 14px;
	border: #B8CFD5 solid 1px;
	margin: 0px auto;
	background: #FFFFFF;
/* 	height: 200px; altura minima do box */
}

#texto_box p {
	margin: 15px;
}

.list {
	line-height: 24px;
}


#texto_box ul {
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
}

#texto_box li {
	padding-left: 25px;
	margin: 0px;
	background-image: url(../img/ul_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#texto_box table { font-family: Verdana; font-size: 11px; width: 100%; }
#texto_box table th { height: 26px; background: #006699; color: #FFFFFF; }
#texto_box table td { padding: 5px; border: solid 1px #B8CFD5;}


/* cores pre-definidas */
.texto_laranja { color: #FF9900; }
.texto_azul { color: #006699; }
.texto_verde { color: #99CC00; }
.texto_verdeescuro { color: #698C00; }
.texto_cinza { color: #777777; }
.texto_vermelho { color: #CC0000; }

/* tamanhos especiais de fontes */
.font_medium { font-size: 12px; }
.font_small { font-size: 10px; }


/* decoracoes pre-definidas */
i { color: #0099CC; }
strong { color: #FF6600; font-weight: bold; }

.center {
	text-align:center;
}
