FONT
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-style : normal;
}
FONT.texto
{
	font-size : 8pt;
}

FONT.Bold
{
	font-weight : bold;
	font-size : 11pt;
}
FONT.boldp
{
	font-weight : bold;
	font-size : 8pt;
}
FONT.BoldRed
{
	font-weight : bold;
	font-size : 8pt;
	color: Red;
}
FONT.BoldWhite
{
	font-weight : bold;
	font-size : 8pt;
	color: White;
}
FONT.titprog
{
	font-weight : bold;
	font-size : 18pt;
	color: black;
}
FONT.red
{
	color: Red;
}
FONT.white
{
	color: White;
}
A
{
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: Black;
}
A:link
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A.boldp
{
	color: Black;
	font-size: 8pt;	
	font-weight : bold;	
}

A.boldblack
{
	color: Black;
	font-size: 8pt;	
	font-weight : bold;	
}
A.boldred
{
	color: Red;
	font-size: 8pt;	
	font-weight : bold;
}
A.boldwhite
{
	color: White;
	font-size: 8pt;
	font-weight : bold;
}
A.boldblackp
{
	color: Black;
	font-weight : bold;	
}
A.black
{
	color: Black;
}
A.red
{
	color: Red;
	font-weight : bold;	
}
A.white
{
	color: White;
}
input.search {
		background-color:#fff;
		border:1px #666666 solid;
		font-size: 8pt;
		color: #666666;
		//margin: 0px;
		font-family:  Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	}

	input[type="text"].search {
		padding-top: 0.1em;
		padding-left: 0.2em;
		padding-right: 0.2em;
	}

	.button {
		margin-top: 1px;
		margin-bottom: 1px;
	}
TABLE
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-style : normal;
}

