@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: arial, sans-serif;
	color: #000;
}

a {
	text-decoration: none; 
	color: #0075bd;
}

a:hover {
	text-decoration: underline;
	color: #0075bd;
}

img {
	border: none;
}

#box {
	background-color: #FFF;
	overflow: auto;
	height: 596px;
	width: 938px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px;
	color: #D6D6D6;
}

#popbox {
	background-color: #FFF;
	overflow: auto;
	height: 692px;
	width: 693px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	color: #000;
}

p.title
	{
		color: #0075bd;
	}

hr {
	width: 75%;
	text-align: center;
}

a.dropdown_link {
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}

a.question {
	text-decoration: none;
	font-weight: bold;
	vertical-align: 40%;
	font-size: 13px;
}

div.ansewer {
	display: none;
	margin-bottom: 25px;
	border-style: dashed; 
	border-width: 1px; 
	padding: 5px;
	font-size: 12px;
	color: #000;
}

#a_sinistri {
	font-weight: bold;
	font-size: 20px;
}

#p_sinistri {
	display: block;
}

#a_contratto {
	font-weigth: normal;
	font-size: 20px;
}

#p_contratto {
	display: none;
}

