a:link {
	color: #01019A;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
a:visited {
	color: #01019A;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	
}
a:hover {
	color: #C00;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
}
a:active {
	color: #C00;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
}
a img{
	border: none;
	color: undefined;
}
h1 {
	color: #01019A;
	font-size: 24px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	display: inline;
}
h2 {
	color: #01019A;
	font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	display: inline;
}
h3 {
	font-size: 14px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #01019A;
	display: inline;
}
.OpenSansBold16 {
	color: #333;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.OpenSansLight12 {
	color: #333;
	font-size: 12px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	line-height: 10px;
}
.box_shadow {
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.cella {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 12px;
	right: auto;
	left: auto;
	vertical-align: top;
}
