/* 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;
	
}
#conteudoint h2.head{
	background:url(imgs/pattern_head.gif);
	height:49px;
	line-height:49px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#conteudoint div.box{
	background:#555555 url(imgs/criacoesdosalunos_bottom.jpg) no-repeat left bottom;
	height:1%;
	overflow:hidden;
	width:548px;
	padding-bottom:10px;
}
#conteudoint div.box div{
	float:left;
	
}
#conteudoint div.box div.primeiro{
	margin-left:10px;
	display:inline;
}
#conteudoint div.box span{
	display:block;
	background:url(imgs/criacoesdosalunos_top.jpg) no-repeat;
	height:10px;
}
#conteudoint div.box img{
	margin: 0 2px 0 0;
}
#conteudoint div.box a{
	font-weight:bold;
}
#conteudoint div.box a.first{
	margin-left:4px;
}
#conteudoint h3{
	border-top:#545454 solid 2px;
	border-bottom:#545454 solid 1px;
	padding: 3px 0 3px 5px;
	color:#FFCC66;
	font-size:18px;
	margin-bottom:10px;
}
#conteudoint h3.semtopo{
    border-top:none;
	border-bottom:#545454 solid 2px;
	padding:0;
	height:27px;
	}

#conteudoint h3 a{
	
	color:#FFCC66;
	font-size:18px;
	
}
#conteudoint h4{
	border-top:#555555 solid 1px;
	border-bottom:#282828 solid 1px;
	padding: 3px 0 3px 5px;
	color:#FFCC66;
	font-size:18px;
	margin-bottom: 10px;
}
#conteudoint div.box2{
	height:1%;
	overflow:hidden;
}
#conteudoint div.box2 img{
	float:left;
	margin-right: 10px;
}
#conteudoint ul{
	margin:0;
	padding:0;
	list-style:none;

}
#conteudoint ul li{
	padding: 15px 0 15px 10px;
	border-bottom: #454545 solid 1px;
}
#conteudoint ul li strong{
	color:#ccc;
}
