/* CSS Document */

html
{
	height:100.01%;
}

body, h1, h2, h3
{
	padding:0px;
	margin:0px;		
}

p
{
	margin-bottom:10px;
	margin-top:10px;
}

/*FONTES*/

.Fonte-Arial-CinzaEscuro-11
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#373737;
	line-height:18px;
	text-decoration:none;
}
.Fonte-Arial-CinzaEscuro-11 a
{
	color:#373737;
	text-decoration: none;
}
.Fonte-Arial-CinzaEscuro-11 a:hover
{
	color:#373737;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------*/
.Fonte-Arial-CinzaEscuro-12
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4f53;
	text-decoration:none;
	line-height:18px;
}
.Fonte-Arial-Cinzalink-12 a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4f53;
	text-decoration:none;
}
.Fonte-Arial-Cinzalink-12:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4f53;
	text-decoration:underline;
}

/*-------------------------------------------------------------------------------*/
.Fonte-Arial-VermelhoLink-9
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ce141d;
	text-decoration:underline;
}
.Fonte-Arial-VermelhoLink-9 a
{
	color:#ce141d;
	text-decoration: underline;
}
.Fonte-Arial-VermelhoLink-9 a:hover
{
	color:#ce141d;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------*/

