/*block styles*/
/* ----FontAwesome---- */
@font-face {
	font-family: 'fa';
	src: url('/fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.block {
	display: inline;
	clear:both;
}
.block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .block {
	height: 1%;
}
.block {
	display: block;
}
/* End hide from IE-mac */

p.preamble {
}
.image_holder {
	text-align: center;
}
.image_holder img {
	margin: 0px;
	max-width: 100%;
}
.image_border {
	border: 1px solid #333;
}
.image_holder p {
}
.optimize {
	display: table;
}
.left, .Left {
	float: left;
	margin-right: 10px
}
.main {
	overflow: hidden;
	margin: 0px
}
.right, .Right {
	float: right;
	margin-left: 10px
}
.large_image .image_holder {
	padding: 10px;
	margin: 10px;
	border: 0px solid #999;
	background-color: #FFF;
}
.large_image {
	clear: both;
}
.center img, .Center img, .large_image .Center img, .large_image .center img {
	margin: 0 auto;
}
.large_image .Center p, .large_image .center p {
	text-align: center;
	margin: 0 auto;
	width: 300px;
}
/*editor styles*/

/*table styles*/
.block table {
	border-collapse:collapse;
	width: 100%;
}
.block table td {
	padding: 3px;
	vertical-align: top;
}
.table_main td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.block td p {
	margin: 0;
	padding: 0;
}
.table_main {
	width: 100%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_main1 td {
	border-bottom:1px solid #E5E5E5;
	overflow:visible;
}
.table_main td.td_header_row, .table_main1 td.td_header_row {
	font-size: 13px;
	background:#AEAEAE;
	color:#fff;
	border-bottom:2px solid #77C8FF;
	padding-top: 6px;
	padding-bottom: 6px;
}
.td_colorl_01 {
	background:#f9f9f9;
	color:#555454;
}
.td_colorl_02 {
	background:#edf8ff;
	color:#0b3c66;
}
.td_colorl_03 {
	background:#ff7c35;
	color:#fff;
}
.td_header_col {
	background:#6db8f7;
	color:#fff;
	font-weight:600;
	font-size:13px;
	border-bottom:3px solid #0066FF;
}
.td_colorless .td_colorless {
	background:#fff;
	color:#555454;
}
.table_main .blue {
	font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;
	color:blue;
}
.table_main .red {
	font:11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;
	color:red;
}
/*****************************/



/*-------------------------------------------    

    Reset

-------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/*-------------------------------------------    

    Links

-------------------------------------------*/

a, a:visited {
	/* font-size: 11px; */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a, a:active, a:focus {
	outline: none;
}
/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/

html, body {
	margin:0;
	padding:0
}
* {
	background-repeat: no-repeat;
}
body {
}
p, ul, ol, dl {
	margin-bottom: 15px;
}
h1 
{
  height: auto;
  font-family: 'unicredit-bold';
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  margin: 40px 0;
}

h2 
{
  font-size: 20px;
  line-height: 24px;
  font-family: 'unicredit-bold';
}
h3 {
}
h4 {
}
label {
	line-height:15px;
	vertical-align:middle;
}
input {
	line-height:15px;
	vertical-align:middle;
}
table {
	border-spacing: 0;
	border-collapse: collapse;/* tables still need 'cellspacing="0"' in the markup */
}
p img, span img, table img {
	display: inline;
	max-width: 100%;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
	line-height:0;
	height:0;
	font-size:0;
	margin:0;
	padding:0
}
ul, ol {
	margin-left: 2em;
}
select, option, input, textarea {
	color: #000;
	font-size: 11px;
}
