.SecondaryFrame
{
	background-color: #5b86c0;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
}
.inputbox
{
	border-right: #5b86c0 thin solid;
	border-top: #5b86c0 thin solid;
	padding-left: 5px;
	border-left: #5b86c0 thin solid;
	color: #5b86c0;
	border-bottom: #5b86c0 thin solid;
	font-family: Tahoma;
}

.Paragrafo
{
	border-right: #5b86c0 thin;
	border-top: #5b86c0 thin;
	font-weight: bold;
	font-size: 9pt;
	border-left: #5b86c0 thin;
	color: #5b86c0;
	border-bottom: #5b86c0 thin;
	font-family: Tahoma;
	text-align: left;
	line-height: 150%;
}

.select
{
	border-right: #5b86c0 thin solid;
	border-top: #5b86c0 thin solid;
	font-weight: normal;
	font-size: 11pt;
	border-left: #5b86c0 thin solid;
	color: white;
	border-bottom: #5b86c0 thin solid;
	font-family: Courier New;
	background-color: #5b86c0;
}
.textarea
{
	border-right: #5b86c0 thin solid;
	border-top: #5b86c0 thin solid;
	font-size: 10pt;
	border-left: #5b86c0 thin solid;
	color: #486db5;
	border-bottom: #5b86c0 thin solid;
	font-family: Tahoma;
	background-color: white;
	text-align: left;
}
.Radio
{
	border-right: #5b86c0 thin;
	border-top: #5b86c0 thin;
	font-size: 10pt;
	border-left: #5b86c0 thin;
	color: #486db5;
	border-bottom: #5b86c0 thin;
	font-family: Tahoma;
	background-color: white;
	text-align: left;
}

.link
{
	color: #0000ff;
	text-decoration: none;
}
