@CHARSET "ISO-8859-1";

body {
	background-color: white;
	font-size:	10pt;
}

table	{
	font-size:	10pt;
}

table.form	{
	width:		100%;
	font-size:	10pt;
}

td.lbl	{
	text-align:	right;
}

td.msg	{
	width:		100%;
	font-size:	8pt;
	font-weight:	normal;
}

span.code	{
	background-color:	#fefe80;
	font-family:		Courier New, Courier, mono-spaced;
	font-size:		10pt;
	font-weight:		bold;
	white-space:		no-wrap;
}

table.form input, table.form select {
	font-family:	Courier New, Courier, mono-spaced;
	font-size:	8pt;
}

div.section	{
	font-weight:	bold;
	margin-top:		2em;
	margin-bottom:	1em;
}


a.button {
	display: block;
	margin-top: 16px;
}

a.button img {
	width: 120px;
	height: 32px;
	border: 0 none;
}


a.progcost img	{
	background-color: #ffff00;
}

a.progcost:hover img {
	background-color: #ffff80;
}


a.iscr img	{
	background-color: #00ffff;
}

a.iscr:hover img {
	background-color: #80ffff;
}


a.download {
	display: block;
	margin-top: 32px;
}

a.download img {
	width: 48px;
	height: 53px;
	border: 0 none;
}

a.download span {
	color: blue;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}


td.fldnm {
	text-align:		right;
	vertical-align:	top;
	font-style:		italic;
	white-space:	nowrap;
}

td.fldval {
	width: 100%;
	font-weight:	bold;
}


table.modlbl {
	width: 100%;
	border: 0 none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

table.modlbl td {
	white-space: nowrap;
}

table.modlbl a {
	display:	block;
	padding:	4px;
	border:		1px solid #e0e000;
	background-color: #ffff00;
	color:		black;
	font-weight: bold;
	font-style:	normal;
}

table.modlbl div {
	padding:	4px;
	border:		1px solid #e0e000;
	border-bottom: 1px solid #ffff80;
	background-color: #ffff80;
	color:		black;
	font-weight: bold;
	font-style:	normal;
	cursor: default;
}


div.modulo {
	width: 100%;
	border-bottom:	1px solid #e0e000;
	border-right:	1px solid #e0e000;
	border-top:		0 none;
	border-left:	1px solid #e0e000;
	padding:		4px;
	background-color: #ffff80;
}

form {
	text-align: justify;
}
