/* CSS texto */

.titulo {  
	font-family: Tahoma; 
	font-size:21px; 
	color: #003399; 
	}
	
.subtitulo {  
	font-family: Tahoma; 
	font-size:16px; 
	color: #00A7BD;
	font-weight:bold; 
	}

.form {  
	font-family: Verdana; 
	font-size:10px; 
	color: #000000; 
	border: 1px solid #666666; 
	background-color: #FFFFFF
	}

.txt {
	font-family: Verdana;
	font-size:11px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
    }

.txtb{
	font-family: Verdana;
	font-size:11px;
	color: #666666;
	font-weight: bold;	
    }

.txtv{
	font-family: Verdana;
	font-size:11px;
	color: #9BCA25;
	font-weight: bold;	
    }

.txta{
	font-family: arial;
	font-size:11px;
	color: #00A7BD;
	font-weight: bold;	
    }	

a.subtitulo:link {color:#00A7BD;}				
a.subtitulo:visited {color:#00A7BD;}
a.subtitulo:hover {color: #666666;}

a.titulo:link {color:#00A7BD;}				
a.titulo:visited {color:#00A7BD;}
a.titulo:hover {color:#666666;}	

a.txta:link {color:#00A7BD;}				
a.txta:visited {color:#00A7BD;}
a.txta:hover {color:#666666;}

a.txtv:link {color:#9BCA25;}				
a.txtv:visited {color:#9BCA25;}
a.txtv:hover {color:#666666;}
	
a.txt:link {color:#666666; text-decoration:underline;}				
a.txt:visited {color:#666666; text-decoration:underline;}
a.txt:hover {color:#00A7BD; text-decoration:underline;}	

a.txtb:link {color:#666666; text-decoration:underline;}				
a.txtb:visited {color:#666666; text-decoration:underline;}
a.txtb:hover {color:#00A7BD; text-decoration:underline;}				

a:link {color:#666666;}				
a:visited {color:#666666;}
a:hover {color:#00A7BD;}
a {text-decoration:none}

/* CSS pagina */ 	

body{
	margin:0px 0px;
	background-color:#FFFFFF;
	}
