/*** tags ************************************/
body{
	font-family:Verdana, Arial, MS Reference Sans-Serif;
	background-color: White;
	color: #3d388b;
}

.tituloUnico{
	font-size: 13px;	
	font-family: Arial; /*MS Sans-Serif;*/
	font-weight: bold;
	color: #3d388b;
}

.menu{
	font-size: 12px;	
	font-family: Verdana;
	color: Black;
}

.titulo{
	font-size: 12px;	
	font-family: Verdana;
	font-weight: bold;
	color: #3d388b;
}

.texto{
	font-size: 10px;	
	font-family: Arial; /*MS Reference Sans-Serif;*/
	color: Gray;
}

.textoNegrito{
	font-size: 10px;	
	font-family: Arial; /*MS Reference Sans-Serif;*/
	font-weight: bold;
	color: Gray;
}

.topico{
	font-size: 11px;	
	font-family: Verdana;
	font-weight: bold;
	color: Red;
}

.formButton{		
	background-color: #3c378a;
	color: white;
	font-size: 12px;	
	font-weight: bold;
	font-family: Verdana;
	border: thin outset #a09fad;
}

.formTextBoxNoBorder
{
	border-width:0px;
	border-style:none;
	color: #3c378a;
	font-size: 12px;
	font-family: Verdana;
	background-color: white;
	height: 16px;
	padding: 1px;
}

.formLabel
{
	color: #376092;
	font-size: 10px;
}

.formLabelBig
{
	padding: 3px;
	color: #376092;
	font-size: 14px;	
	text-align: left;
	font-weight:bold;
}

#conteudo{
	width: 586px;
	height: 420px;
}

#conteudo{
	OVERFLOW:AUTO;
}
