/* CSS Document */

body{
	font-family:tahoma,verdana;
	font-size:11px;
	background-color:#f2f2f2;
	margin:5px;

}
/*texto*/
h1{
	font-size: 12px;
	font-family: tahoma, Verdana;
	font-weight:bold;
}
h2{

	font-size: 11px;
	font-family: tahoma, Verdana;
	font-weight:bold;
}
.b{
	font-size: 11px;
	font-family: tahoma, Verdana;
	text-align: justify;
}
.texto{
	font-size: 11px;
	font-family: tahoma, Verdana;
	text-align: justify;
	margin: 5px 10px 10px 5px;
}
p{
	font-size: 11px;
	font-family: tahoma, Verdana;
	text-align: justify;
}
#pConteudo{
	font-size: 11px;
	font-family: tahoma, Verdana;
	text-align: justify;
	margin: 15px 65px 0 15px;
}
#pCursos{
	font-size: 11px;
	font-family: tahoma, Verdana;
	text-align: justify;
	margin: 5px 15px 0 10px;
}
#pVoltar{
	text-align: right;
	margin: 5px 10px 0 10px;	
}
.Lista{	
	margin-left: 10px;
}
/* Noticias */
#NotImagem1{
	position:absolute;
	left:8px;
	top:142px;
	width:210px;
	height:80px;
	z-index:21;
}
#NotImagem2{
	position:absolute;
	left:8px;
	top:46px;
	z-index:23;
	width: 114px;
	height: 85px;
}
#NotImagem3{
	border: medium;
	border:#CCCCCC; 
	
}
.Tabela{	
	text-align: center;
	margin: 0 10px 0 0;
}
.AlinhamentoLinha{
	text-align:center;	
	background: #CCCCCC;
}
/* Links */
a.Menu:link {color: #7F7F7F;font-weight: bold;text-decoration: none;}
a.Menu:visited {color: #7F7F7F;font-weight: bold;text-decoration: none;}
a.Menu:active {color: #7F7F7F;font-weight: bold;text-decoration: none;}
a.Menu:hover {color: #666666;font-weight: bold;text-decoration: none;}
a.Texto:link {color: #7F7F7F;text-decoration: none;}
a.Texto:visited {color: #7F7F7F;text-decoration: none;}
a.Texto:active {color: #7F7F7F;text-decoration: none;}
a.Texto:hover {color: #666666;text-decoration: none;}
a:link {color: #666666;text-decoration: none;}
a:visited {color: #666666;text-decoration: none;}
a:active {color: #666666;text-decoration: none;}
a:hover {color: #999999;text-decoration: none;}

/* Formulário Contato */
#TitContato{
	font-size: 12px;
	font-weight:bold;
}
