html { height: 100%; }

body {
	font-size: 10pt;
	font-family: sans-serif;
	background-color: #FFFFFF;
	color: #333333;
}
	
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
  
a:link, a:visited { 
	color: #706F6F;
	text-decoration: none;
}

a:active, a:hover {
	color: #706F6F;	
	text-decoration: none;	
}
	
code {
	font-family: Courier, "Courier New", monospace;
	font-size: 10pt;
}

form {
	margin: 0px;
	padding: 0px;
}
	
input {	
	font-size: 10pt;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	text-align: right;
}


h1 { margin: 5px 0px;
	font-size: 18pt;
}
	
h2 { font-size: 14pt;
	text-indent: 20px;
}
	
h3 { font-size: 14pt; }

h4 { font-size: 11pt; }

h5 { font-size: 100%;
	 font-weight: bold;
}

h6 { font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
	
hr { border: 0px; 
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #999;
	height: 1px;
}
	
th { text-align: left;
	 height: 30px;
	 padding-top: 15px;
}
	

table {	border-collapse: collapse; }

#baseDiv {
	width: 728px;
	margin: auto;
}

#headerDiv {
	margin: auto;
	margin-bottom: 10px;
	width: 75%;
	font-size: 36pt;
	text-shadow: 0px 0px 6px #0055FF;
}

#argsDiv {
	float: left;
	padding-bottom: 15px;
	width: 50%;
}

#resultsDiv { 
	float: left; 
	background-color: #DDDDDD;
	width: 50%;
}

#resultsDiv p {	margin: 15px; }

#resultsDiv input { background-color: #DDDDDD; width: 90px; color: #000000; font-size: 11pt;}

#argsDiv input { width: 110px;}

#footerDiv {
	clear: both;
	width: 100%;
	text-align: left;
	padding-top: 20px;	
}

#argsTable { width: 100%;}

#argsTable td { 	
	height: 27px;
	padding-right: 10px;
}

#argsTable th {
	padding-right: 10px;
	font-size: 13pt;
	padding-bottom: 5px;
}

#resultsTable { background-color: #DDDDDD; width: 100%;}

#resultsTable td {
	padding-left: 20px;
	height: 27px;
	padding-right: 10px;
}

#resultsTable th {
	padding-left: 20px;
	font-size: 13pt;
	padding-bottom: 5px;
}

#infoDiv {
	width: 100%;
	font-size: 13pt;
	color: #3E3D40;
	text-align: justify;
	float: left;
	margin-bottom: 20px;	
}	

.arreTr a {
	display: none;
}

.ssdParam {
	color: gray;
}

.hddRadio {
	width: 50px;
	margin-left: 0px;
}
