* {
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
}
body {
margin:1.5em 0;
}
h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }
p {
	margin: 0.2em 0 0.8em 0;
	line-height: 1.5em;
}
h1,h2,h3,h4,h5, h6 {
	margin: 1em 0 0.2em 0;
	font-weight: bold;
}
ul { 
	list-style: none; 
}
ul li { list-style: none;
	margin: 0.2em 0 0.8em 0;
	line-height: 1em;
}
a {
	color: #000000;
}
img{
	display :none;
}
#wizardForms{
	display: none;
}
#hiddenPrint{
	display: block;
	border: 1px solid #ff4a4a;
}
#hiddenPrint p{
	text-align:center;
}
#uSendForms{
	display: none;
}
div#wizardResult ul#listResult li span{
	font-weight: bold;
	}
div#wizardResult ul#listResult li ul li span.lang{
	font-weight: bold;
	text-transform: uppercase;
	}
	div#wizardResult p.BigTotal{
	margin-left:10px;
	padding:2px 2px 2px 10px;
	border:1px solid #666;
	background-color: #FFF;
	font-size: 18px;
	width:120px;
	color:black;
}
div#wizardResult p.BigTotal input[type=text]#Alltotal{
	font-weight: bolder;
	text-decoration: underline;
	color: #333333;
	width:50px;
}