.titulo
	{
		color:#FC0;
		font-weight:bold;
		font-size:10px;
	}
.texto
	{
	color:FFF;
	font-size:10px;
	}
.textoconteudo
{
	font-family: Verdana;
	font-size: xx-small;
	text-decoration: none;
	color: #000000;
}
.menu
{
	font-family: Verdana;
	font-size:xx-small;
	font-weight:normal;
	color:#000;	
	margin-left:10;
	letter-spacing:1;	
}
.campo
{
	font-family: Verdana, Arial, Heveltica;
	font-size:xx-small;
	font-style: normal;
	border: 1px solid Gray;
}
.campovalor
{
	font-style: normal;
	font-family:Verdana,Arial,Heveltica; 
	font-size:xx-small;
	text-align:left;
}
.combobox
{
	font-family:Verdana,Arial,Heveltica; 
	font-size:xx-small;
	font-style: normal;
}
.listbox
{
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	font-style: normal;
}
.botao
{
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	background-color: #DBD7D0;
	border: 1px solid gray;
}

.botaoLaranja
{
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	background-color: orange;
	border: 1px solid red;
}

.botaodialogo
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family:Verdana,Arial,Heveltica; 
    font-size:x-small;
	background-color: #dbd7d0;
}
.label
{
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
}
.label_destaque
{
	font-family:Verdana,Arial,Heveltica; 
	font-weight:bold;
    font-size:xx-small;
    color:White;
}
.titulodialogo
{
	color: #2E2E2D;
	font-family:Verdana,Arial,Heveltica; 
	font-weight:bold;
    font-size:12px;
}
.validacao
{
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
    font-weight:bold;
}
A.LinkPadrao:link
{
	font-weight: bold;
	color: #000099;
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	text-decoration: none;
}
A.LinkPadrao:visited
{
	font-weight: bold;
	color: #000099;
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	text-decoration: none;
}
A.LinkPadrao:active
{
	font-weight: bold;
	color: #000099;
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	text-decoration: none;
}
A.LinkPadrao:hover
{
	font-weight: bold;
	color: #0000cc;
	font-family:Verdana,Arial,Heveltica; 
    font-size:xx-small;
	text-decoration: underline;
}
.cor_exibirdocumento
	{
		background-color:White;
	}