/* Family */

body, input {
	font-family: "Verdana";
	color: #333333;
	text-decoration: none;
}

/* Size */

body {

	font-size: 80%;
}
a {
	font-family: Verdana; 

	text-decoration: none;
	align: justify;
	color: #006666;
}
a.:hover {
	font-family: Verdana; 

	text-decoration: none;
	align: justify;
	color: #999999;
}

a.linkGrande	{
	font-family: Verdana; 
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.linkGrande:hover {  
	font-family: Verdana; 
	font-size: 11px; 
	color: #FFffff; 
	text-decoration: none
}
.testo {
	font-family: Verdana; 
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.titolo {
 	font-family: Verdana, Arial, Helvetica,;
	font-size: 17px;
	font-weight: bold;
		color: #333333;
}
.titolo:hover {
 	font-family: Verdana, Arial, Helvetica,;
	font-size: 17px;
	font-weight: bold;
		color: #006666;
}

.sottotitolo {
 	font-family: Verdana, Arial, Helvetica,;
	font-size: 11px;
	font-weight: bold;
		color: #333333;
}
.sottotitolo:hover {
 	font-family: Verdana, Arial, Helvetica,;
	font-size: 11px;
	font-weight: bold;
		color: #006666;
}
ol#steps li span.number {
	font-size: 2.1em;
	line-height: 0.85em;
}

h1, h2, h3, div.table caption, ol.company li, ol.candidate li {
	font-size: 1.1em;
}

h4, div#focus h3, div#companycp h3, div#candidatecp h3 {
	font-size: 1em;
}



input, legend, label {
	font-size: 1em;
}