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

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

#conteudoint p{
	color:#959595;
	padding:0 0 20px 0;
	margin:0 0 20px 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.box img{
	margin: 0 10px 10px 10px;
}
#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;
	font-weight:bold;
}
#conteudoint h3 em{
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
#conteudoint h3 a{
	color:#f7941d;
	font-size:18px;
}

#conteudoint div.box2{
	height:1%;
	overflow:hidden;
	margin-bottom: 10px;
}
#conteudoint div.box2 img{
	float:left;
	margin-right: 10px;
}
#conteudoint div.box2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#conteudoint div.box2 ul li{
	margin: 5px 0;

}
#conteudoint div.box2 ul strong{
	font-size:12px;
}
#conteudoint a{
	color:#ccc;
	font-weight:bold;
}
#conteudoint a:hover{
	text-decoration:underline;
}
#conteudoint h4{
	margin:0;
	font-size:15px;
	font-weight:bold;
	color:#FFCC66;
}
