/* CSS Document */
strong{
	font-weight:bold;
}
a{
	color:#959595;
	text-decoration:none;
}
a strong{
	color:#fff;

}
a:hover{
	color:#fff;
	text-decoration:underline;
}
#conteudoint h2{
	font-size: 24px;
	color:#f7941d;
	font-weight:bold;
	margin:5px;
}

#conteudoint p{
	color:#959595;
	margin:0 0 10px 0;	
}
#conteudoint h2.head{
	background:url(imgs/pattern_head.gif);
	height:49px;
	line-height:49px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight:bold;
}
#conteudoint div.box{
	background:#555555 url(imgs/criacoesdosalunos_bottom.jpg) no-repeat left bottom;
	text-align:center;
	
}
#conteudoint div.box span{
	display:block;
	background:url(imgs/criacoesdosalunos_top.jpg) no-repeat;
	height:10px;
}
#conteudoint div.box2 img{
	margin: 0 10px 10px 10px;
	float:left;
}
#conteudoint h3{
	border-top:#545454 solid 2px;
	border-bottom:#545454 solid 1px;
	padding: 3px 0 3px 5px;
	color:#d7d7d7;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
#conteudoint h3 a{
	color:#d7d7d7;
	font-size:18px;
}
#conteudoint ul{
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
}
#conteudoint ul li{
	margin:0 ;
	padding:0;
	border-top:#454545 solid 1px;
	border-bottom:#454545 solid 1px;
}
#conteudoint ul li a{
	display:block;
	padding: 10px;
	height:1%;
	font-size:12px;
	font-weight:bold;
}
#conteudoint ul li a:hover{
	background:#454545;
}
