/* LINKS (padrão) */
a {
	COLOR: #3333FF;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}

a:visited {
	COLOR: #3333FF;
	TEXT-DECORATION: underline;
}

a:hover {
	COLOR: #3333FF;
	TEXT-DECORATION: none;
}
a:active {
	COLOR: purple;
	TEXT-DECORATION: underline;
}

/*LINKS (classe 1) */

a.classe1 {
	COLOR: #3333FF;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}

a.classe1:visited {
	COLOR: #3333FF;
	TEXT-DECORATION: underline;
}

a.classe1:hover {
	COLOR: #3333FF;
	TEXT-DECORATION: none;
}
a.classe1:active {
	COLOR: purple;
	TEXT-DECORATION: underline;
}

/* LINKS (classe 2) */

a.classe2 {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS";
}

a.classe2:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9pt;
}

a.classe2:hover {
	text-decoration: none;
	color: navy;
	font-size: 9pt;
	font-family: "Trebuchet MS";
}

a.classe2:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS";
}

/* LINKS (classe 3) */

a.classe3 {
	text-decoration: none;
	color: gray;
	font-size: 7.5pt;
	font-family: "Arial";
	padding: 0 0 3px 0;
}

a.classe3:visited {
	text-decoration: none;
	color: gray;
	font-size: 7.5pt;
	font-family: "Arial";
}

a.classe3:hover {
	text-decoration: underline;
	color: orange;
	font-size: 7.5pt;
	font-family: "Arial";
}

a.classe3:active {
	text-decoration: none;
	color: gray;
	font-size: 7.5pt;
	font-family: "Arial";
}

/* LINKS (classe 4) */

a.classe4 {
	text-decoration: none;
	color: black;
	font-size: 10.5pt;
	font-family: "Arial";
}

a.classe4:visited {
	text-decoration: none;
	color: black;
	font-size: 10.5pt;
	font-family: "Arial";
}

a.classe4:hover {
	text-decoration: underline;
	color: blue;
	font-size: 10.5pt;
	font-family: "Arial";
}

a.classe4:active {
	text-decoration: none;
	color: black;
	font-size: 10.5pt;
	font-family: "Arial";
}

/* LINKS (classe 5) */

a.classe5 {
	text-decoration: none;
	color: blue;
	font-size: 12pt;
	font-family: "Arial";
	padding: 2px 0 0 0;
}

a.classe5:visited {
	text-decoration: none;
	color: blue;
	font-size: 12pt;
	font-family: "Arial";
}

a.classe5:hover {
	text-decoration: underline;
	color: blue;
	font-size: 12pt;
	font-family: "Arial";
}

a.classe5:active {
	text-decoration: none;
	color: blue;
	font-size: 12pt;
	font-family: "Arial";
}

/* LINKS (classe 6) */

a.classe6 {
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-family: "Arial";
}

a.classe6:visited {
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-family: "Arial";
}

a.classe6:hover {
	text-decoration: underline;
	color: blue;
	font-size: 8pt;
	font-family: "Arial";
}

a.classe6:active {
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-family: "Arial";
}

/* LINKS (classe 7) */

a.classe7 {
	text-decoration: none;
	color: blue;
	font-size: 10.5pt;
	font-family: "Arial";
}

a.classe7:visited {
	text-decoration: none;
	color: blue;
	font-size: 10.5pt;
	font-family: "Arial";
}

a.classe7:hover {
	text-decoration: underline;
	color: blue;
	font-size: 10.5pt;
	font-family: "Arial";
}

a.classe7:active {
	text-decoration: none;
	color: blue;
	font-size: 10.5pt;
	font-family: "Arial";
}

/* LINKS (classe 10) */

A.classe10 { 
	COLOR: blue; 
	TEXT-DECORATION: underline; 
	font-family: Arial;
} 

A.classe10:visited { 
	COLOR: blue; 
	TEXT-DECORATION: underline;
	font-family 
} 

A.classe10:hover { 
	COLOR: blue; 
	TEXT-DECORATION: underline ;
} 

A.classe10:active { 
	COLOR: purple; 
	TEXT-DECORATION: none ;
}

/* LINKS (twitter) */

a.twitter {
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 50px;
	font-weight: bold;
}

a.twitter:visited {
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

a.twitter:hover {
	color: orange;
	text-decoration: underline;
}

a.twitter:active {
	color: #000066;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

/* LINKS (img) */

a.img {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

a.img:visited {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
	
a.img:hover {
	border: 1px;
	border-style: solid;
	border-color: blue;
}

a.img:active {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}	

/* LINKS (img - CliqueAqui) */

a.clique {
	border: none;
}

a.clique:visited {
	border: none;
}
	
a.clique:hover {
	border: none;
}

a.clique:active {
	border: none;
}

/* links BookMark */

a.addthis_button_compact {
	COLOR: blue; 
	TEXT-DECORATION: none; 
	font-family: Arial;
	font-size: 15px;
}

a.addthis_button_compact:hover {
	COLOR: blue; 
	TEXT-DECORATION: none; 
	font-family: Arial;
	font-size: 15px;
}
