/* CSS JSOBOTA common */

h1 {
	/* font-weight: bold;
	font-family: Zurich BdXCn AT, Arial, Verdana, sans-serif;
	font-size: 30px;
	border: 1px solid white; */
	display: none;
}

h2 {
	font-family: Zurich BdXCn AT, Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;	
	color: #000000;
}

h3 {
	font-family: Zurich BdXCn AT, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;	
	color: #000000;
}

a {
	text-decoration: none;
	color: #103b6b;
}

ul {
	list-style-type: none;
}

p {
	margin: 0;
	padding: 0;
}

p.bold {
	font-weight: bold;
	padding-bottom: 8px;
}

/*ul#lista {
	margin: 0 0 0 -25px;
	padding: -20px 0 0 -20px;
}

ul#lista li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 8px;
	font-weight: bold;
	color: #88a8c6;*/
}


p.email {
	padding-top: 20px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 0.75pt;
	line-height: 0.75pt;
}

/***************** no-styles ************************/

.no_display {display: none;}
.no_background {background: none;}
.no_border {border:0;}
