/* CSS para Losan */

a:link {font-family:Verdana; font-size:8pt; color:blue; text-decoration:none; font-weight: normal;}
a:visited {font-family:Verdana; font-size:8pt; color:blue; text-decoration:none; font-weight: normal;}
a:active {font-family:Verdana; font-size:8pt; color:blue; text-decoration:none; font-weight: normal;}
a:hover {color:red; text-decoration: underline; font-weight: normal;}

body
{
	font-size: 10pt;
	font-family: Verdana;	
	background-color: rgb(240,240,255);
	color: #000000;
}

a:link.footer {font-family:Tahoma; font-size:8pt; color: rgb(128,0,0); text-decoration:none; font-weight: normal;}
a:visited.footer {font-family:Tahoma; font-size:8pt; color: rgb(128,0,0); text-decoration:none; font-weight: normal;}
a:active.footer {font-family:Tahoma; font-size:8pt; color: rgb(128,0,0); text-decoration:none; font-weight: normal;}
a:hover.footer {color:red; text-decoration: underline; font-weight: normal;}


table        { font-family: Verdana; font-size: 10pt;}
input        { font-family: Tahoma; font-size: 8pt }
select       { font-family: Tahoma; font-size: 8pt }
textarea     { font-family: Tahoma; font-size: 8pt }