/*
H1 - titulo
H2 - segundo titulo colorido
H3 - terceiro titulo (destaque)
H4 - 
strong - Links do Menu
big - Destaques do menú
tt- Linha informativa uma só linha (destaque)
small - Linha informativa pequenino (comentários dispensáveis / ou pequenos mesmo)
code - tLinha informativa (webmaster) de uma só linha
span - Linha informativa (técnico) (por exemplo em tabelas)

*/

BODY {
}	

A
{
    COLOR: #3366CC;
}
A:hover
{
	COLOR: #BD0052;
}
A:active
{
	COLOR: #C63173;
}
A:link {
	COLOR: #3366CC;
}

A.semsub {
	color : #000080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font : bold;
	text-decoration : none;
}

A:visited {
	COLOR: #0000a0;
}
P {
}
H1 {
	font-size: medium;
	font-weight:bold;
	color: Navy;
	font-family : Arial, Helvetica, sans-serif;
}
H2 {
	font-size: small;
	color:#3366CC;
	font-family : Arial, Helvetica, sans-serif;
}
H3 {
	font-size: small;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

STRONG {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	display : inline;
}

BIG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : White;
	display : inline;	
}

SMALL {
	font-size: xx-small;
	color:#3366CC;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

CODE {
	font-family: Courier New,Courier;
	font-size: x-small;
	color: #000099;
}
		
TT {
	COLOR: #003163;
	FONT-FAMILY: Verdana, Arial, Times;
	FONT-SIZE: x-small;
	FONT-WEIGHT: bold;
}

SPAN 	{
	font-size: x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
TD {
	font-size: small;
}