body {
	font: normal 12px Verdana;
}
a {
	color: #0000CC;
	font-weight: bold;
}
table {
	font: normal 12px Verdana;
}
table .th {
	font-weight: bold;
}
fieldset {
	margin-bottom: 30px;
	text-align: justify;
}
fieldset legend {
	font-weight: bold;
	font-size: 16px;
	color: #6495ED;
}
fieldset legend .gotop {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
#indice {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#indice table tr {
	height: 20px;
}
#indice table tr .status_h {
	background-color: #00FF00;
	text-align: center;
}
#indice table tr .pari {
	background-color: #F0F0F0;
}
#indice table tr .dispari {
	background-color: #F9F9F9;
}
#indice table tr .status_m {
	background-color: #FFFF00;
	text-align: center;
}
#indice table tr .status_l {
	background-color: #FF0000;
	text-align: center;
}
.shell_line {
	font: bold 12px Monospace;
}
.shell_div {
	font: bold 12px Monospace;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px;
}

.banner {
	text-align: center;
	margin-bottom: 30px;
}
