a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; font-weight: bold; text-decoration: none;}
a:link {  }

HTML {
	height:100%;
	width:100%;
}

BODY
{
    FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Verdana, 'Times New Roman';  
	COLOR: BLACK;
	BACKGROUND-COLOR: #d9d9d9;
	margin: 0px 0px 0px 0px;
	height:100%;
	width:100%;
    SCROLLBAR-FACE-COLOR: #BEBEBE;
    SCROLLBAR-ARROW-COLOR: #808080;
    SCROLLBAR-TRACK-COLOR: #E6E6E6;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 14px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: rgba(190,190,190,1); 
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(230,230,230,1); 
}

a:link {
	color: #000080;
}
a:visited {
	color: #4040ff;
}
a:hover {
	color: blue;
}
a:active {
	color: #0080ff;
}

.texto{
	font-family: "Geneva", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.titulo
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #0033FF;
    FONT-STYLE: italic;
    TEXT-DECORATION: none
}
table{
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
   padding:0px; margin:0px;
}
P{
text-indent: 30px;
}