﻿
	
A:link {
    color:				Blue;
    font-family:		'Arial';
    font-size:			9pt;
    font-style: normal;
    font-weight:		normal;
    text-decoration:	underline;
    letter-spacing:		0pt;
}
A:visited {
    color:				Blue;
    font-family:		'Arial';
    font-size:			9pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	underline;
    letter-spacing:		0pt;
}
A:active {
    color:				Blue;
    font-family:		'Arial';
    font-size:			9pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	underline;
    letter-spacing:		0pt;
}
A:hover {
    color:				#0000ff;
    font-family:		'Arial';
    font-size:			9pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	underline  ;
    letter-spacing:		0pt;
}


.menu:link {
    color:				Black;
    font-family:		'Arial';
    font-size:			14pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	none;
    letter-spacing:		0pt;
}
.menu:visited {
    color:				Black;
    font-family:		'Arial';
    font-size:			14pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	none;
    letter-spacing:		0pt;
}
.menu:active {
    color:				#ffffff;
    font-family:		'Arial';
    font-size:			14pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	none;
    letter-spacing:		0pt;
}
.menu:hover {
    color:				#0000ff;
    font-family:		'Arial';
    font-size:			14pt;
    font-style:			normal;
    font-weight:		normal;
    text-decoration:	underline  ;
    letter-spacing:		0pt;
}



.texto
{
	
	color:Gray;
	font-family:		Arial;
	font-size:			11px;
	font-style:			none;
	font-weight:		none;
	text-decoration:	none;
	letter-spacing:		0pt;
	
}


.textogrande
{
	
	color:Gray;
	font-family:		Arial;
	font-size:			14px;
	font-style:			none;
	font-weight:		none;
	text-decoration:	none;
	letter-spacing:		0pt;
	
}

.textoPreto
{
	
	color:Black;
	font-family:		Arial;
	font-size:			11px;
	font-style:			none;
	font-weight:		none;
	text-decoration:	none;
	letter-spacing:		0pt;
	
}


.titulo
{
	
	color:				Gray;
	font-family:		Arial;
	font-size:			20px;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	letter-spacing:		0pt;
	
}
.textoerro
{
	
	color:red;
	font-family:		Arial;
	font-size:			11px;
	font-style:			none;
	font-weight:		none;
	text-decoration:	none;
	letter-spacing:		0pt;
	
}