body {
	background-color:#fff;
	margin-left:0px;
	margin-bottom:5px;
	margin-right:0px;
	margin-top:15px;
	font-family:"Courier New", Courier, mono;
	font-size: 13px;
	color: #333;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration: underline;
}
.rosso {
	color: #EF2E24;	
}
.designer-borsa {
	font-size:14px;
	color: #333;	
}
.titolo-borsa {
	font-size:18px;
	color: #EF2E24;	
}
a {
	font-family:"Courier New", Courier, mono;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-family:"Courier New", Courier, mono;
	color: #333;
	text-decoration: underline;
}
a.link-rosso {
	font-family:"Courier New", Courier, mono;
	color: #EF2E24;
	text-decoration: none;
}
a.link-rosso:hover {
	font-family:"Courier New", Courier, mono;
	color: #EF2E24;
	text-decoration: underline;
}
a.link-menu-borse {
	font-family:"Courier New", Courier, mono;
	color: #EF2E24;
	text-decoration: none;
	font-size:11px;
}
a.link-menu-borse:hover {
	font-family:"Courier New", Courier, mono;
	color: #EF2E24;
	text-decoration: underline;
	font-size:11px;
}
a.link-menu {
	font-family:"Courier New", Courier, mono;
	color: #333;
	text-decoration: none;
	font-size:15px;
}
a.link-menu:hover {
	font-family:"Courier New", Courier, mono;
	color: #333;
	text-decoration: underline;
	font-size:15px;
}
a.link-menu-rosso {
	font-family:"Courier New", Courier, mono;
	color: #EF2E24;
	text-decoration: none;
	font-size:15px;
}
a.link-menu-rosso:hover {
	font-family:"Courier New", Courier, mono;
	color: #EF2E24;
	text-decoration: underline;
	font-size:15px;
}
td {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color: #333;
	text-align: left;
	background-color: transparent;
}
td.cella-tratteggio-centro {
	border-bottom-style:dashed;
	border-bottom-color:#EF2E24;
	border-bottom-width:1px;
	border-left-style:dashed;
	border-left-color:#EF2E24;
	border-left-width:1px;
	border-right-style:dashed;
	border-right-color:#EF2E24;
	border-right-width:1px;
	border-top-style:dashed;
	border-top-color:#EF2E24;
	border-top-width:1px;
}
td.cella-tratteggio-centrale {
	border-left-style:dashed;
	border-left-color:#EF2E24;
	border-left-width:1px;
	border-right-style:dashed;
	border-right-color:#EF2E24;
	border-right-width:1px;
}
td.cella-tratteggio-lati {
	border-bottom-style:dashed;
	border-bottom-color:#EF2E24;
	border-bottom-width:1px;
	border-top-style:dashed;
	border-top-color:#EF2E24;
	border-top-width:1px;
}

.form_input{
	font-size:11px;
}
.form_input_center{
	font-size:11px;
	text-align:center;
}
.form_btn{
	font-size:11px;
}
.price_box{
	border-color:#EF2E24;
	border-style:dashed;
	border-width:1px;
	margin-top:10px;
	margin-bottom:10px;
}
.price_number {
	color: #EF2E24;
	font-size:16px;
	font-weight:bold;
}