/* Estrutura */

ol {
	font-weight: bold;
	list-style-type: decimal-leading-zero;
	padding-bottom: 10px;
}

ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}

ol li ul {
	list-style: url(../img/arrow.png);
	list-style-position: outside;
	margin-left: -25px;
}

hr {
	height: 1px;
	width: 395px;
	background: url(../img/line.png) no-repeat scroll center;
	border: 0;
	margin: 10px auto;
}

.buttons {
	text-align: right;
}

.buttons a {
	margin-left: 15px;
}

.buttons img {
	border: 0;
	width: 116px;
	height: 30px;
}
