/* CSS' Básicos para Montagem de Layout */

Body
{		
	margin-bottom:0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
table
{
	font-family:  Arial;
	font-size: 10pt;
}
tr
{
	font-family:  Arial;
	font-size: 10pt;
}
td
{
	font-family:  Arial;
	font-size: 10pt;
}
.a
{
	font-weight: bold;
	font-family: Arial;
	font-size: 13pt;
}
.c
{	
	color: blue;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;

}

.b
{
	color: blue;
	font-family:  Arial;
	font-size: 10pt;
	text-decoration: underline;	
}
.r
{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	
}
.p
{
	color: black;
	font-family:  Arial;
	font-size: 10pt;	
	text-decoration: underline;	
}
a.classe2:link 
{
	text-decoration: underline ;
	color: black;
}
a.classe2:visited 
{
	color: black;
}
a.classe2:hover {text-decoration: underline; 
	color: black;
}

a.classe3:link 
{
	text-decoration : none;
	color: blue;
}
a.classe3:visited 
{
	text-decoration: none;
	color: blue;
	font-size: 8pt; 
}
a.classe3:hover 
{ 
	color: blue;
}
a.classe3:active 
{
	text-decoration: none;
	color: blue;
}

.t
{
	font-family:Verdana;
	color:White;
	font-size:10pt;
	font-weight: bold;
}
.n
{
	color: blue;
	font-family:  Arial;
	font-size: 10pt;

}
.h
{
	color: #FF9800;
	font-family:  Arial;
	font-size: 10pt;
	font-weight: bold;

}
.r
{
	color:black;
	font-family:  Arial;
	font-size: 10pt;
	text-decoration: none;
	
}
.re
{
	color:red;
	font-family:  Arial;
	font-size: 10pt;
	text-decoration: none;
	
}
.red
{
	color:red;
	font-weight: bold;
	font-family: Arial;
	font-size: 13pt;
	text-decoration: none;
	
}
.errorBox
{
	border:3px solid red ;
	border-color:Red;
	color:Red;
	font-family:  Arial;
	font-size: 10pt;
	font-weight: bold;
}


/* --------------------------------------------------------- */
