body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A5B3B8;
	background-color: #1B2121;
	height:100%;
	margin:0px;
	scrollbar-base-color:#353535;
	scrollbar-arrow-color:#55A0FF;
	scrollbar-shadow-color:#696969;
	scrollbar-highlight-color:#696969;
	scrollbar-track-color:black;
}

.textBox {
	background-color:#3B3F3E;
	border: solid 1px transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636B6C;
}

.textBoxFocus {
	background-color:#3B3F3E;
	border: solid 1px #55A0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A5B3B8;
}

.micro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A5B3B8;
}

.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #636B6A;
}

.micro_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A5B3B8;
	border-bottom: 1px #55A0FF solid;
	padding-bottom:3px;
}

.micro_unselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A5B3B8;
	border-bottom: 1px transparent solid;
	padding-bottom:3px;
}
a, a:link, a:visited, a:active {
    color:#55A0FF;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
    text-decoration:none;   
}

a:hover {
    color:#55A0FF;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px; 
    text-decoration:underline;
}

P 
{
	margin-top: 0px; margin-bottom: 0px;
	text-align:justify;
}

.textoLista , .textoLista A, .textoLista A:LINK, .textoLista A:VISITED, .textoLista A:ACTIVE
{
	display:inline-block;
	padding-left:3px;
	padding-top:3px;
	color:#A5B3B8;
}

.textoLista A:HOVER
{
	display:inline-block;
	padding-left:3px;
	padding-top:3px;
	color:#A5B3B8;
	text-decoration:underline;
}

.textoLista p {
	margin-top:0px;
	margin-bottom:2px;
	vertical-align:top;
}

.textoListaBig , .textoListaBig A, .textoListaBig A:LINK, .textoListaBig A:VISITED, .textoListaBig A:ACTIVE
{
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
	
	color:#A5B3B8;
}

li {
	  list-style: none;
	  background-image: url(../images/bullet_micro.gif);
	  background-position: 6px 2px;
	  background-repeat: no-repeat;
	  padding-left: 15px;  /* space for the image */

}
