html,body {
/*	height: auto !important; */
	height:100%;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#container {
    position:relative;
    min-height:100%
}
#body{
    padding-bottom:20px;    
}

h1{
	font-weight:normal;
	font-size: 2em;
	color: #008E84;
	margin-bottom: 5px;
}

h4.result{
	font-weight:normal;
	font-size: 1.3em;
	color: #1A1A1A;
	margin-bottom: 5px;
}


h2.name{
	font-size: 1.1em;
	color: #008E84;
	font-weight:normal;
	margin-bottom: 2px;
}

.sub{
	font-size: 0.7em;
	color: #1A1A1A;
	font-weight:normal;
}

.string{
width:95%;
height:26px;
border:0px;
font-size:20px;
color: #008E84;
margin:1px;
vertical-align:middle;
}

p.nav{
font-size: 1em;
color: #1A1A1A;
margin-top: 0px;
}


p.forma{
font-size: 0.9em;
color: #1A1A1A;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
}

div.lict{
padding-top: 5px;
border-bottom:1px;
border-bottom-style:dotted;
border-bottom-color:#999999;
}

td.doozer{
border-bottom:1px;
border-bottom-style:dotted;
border-bottom-color:#999999;
}

a, a:link, a:visited{
color: #008D84;
}

a:hover {
color: #1A1A1A;
text-decoration: none;
}

a.instruction, a.instruction:link, a.instruction:visited {
color: #BA0307;
text-decoration:	underline;
}
a.instruction:hover, a.instruction:active {
text-decoration:	none;
}

