/** Format table **/
table.format {
	border:none!important;
	border-spacing:2px!important;
}
table.format td {
	border:1px solid grey!important;
	padding:2px!important;
}
.intext {font-family:tahoma,arial,verdana,sans-serif;color:#000000;padding:0;}
h1.intext {font-size:125%;font-weight:bold;margin:10px 0 5px 0;}
h2.intext {font-size:120%;font-weight:bold;text-transform:lowercase;margin:10px 0 5px 0;text-align:center;}
h3.intext {font-size:115%;font-weight:normal;margin:10px 0 5px 0;text-align:center;}
h4.intext {font-size:110%;font-weight:normal;margin:10px 0 5px 0;}
h3.headerblock {
 width:100%;height:26px;line-height:26px;
 font-size:115%;
 font-weight:normal!important;
 margin:10px 0 5px 0;padding:3px 6px;
 color:#3ca3c7;
 background:#f3f3f3;
 border:1px solid #3ca3c7;
 border-radius:4px;
}

img.img-intext-left  {
	width:36%;height:auto;
	padding:3px;
	margin:4px 16px 6px 0;
	box-shadow:2px 2px 4px grey;
	border:1px solid #366ea1;
	float:left;
}
img.img-intext-right {
	width:36%;height:auto;
	padding:3px;
	margin:4px 0 6px 16px;
	box-shadow:2px 2px 4px grey;
	border:1px solid #366ea1;
	float:right;
}
img.img-intext  {
	width:90%;max-width:600px;height:auto;
	padding:3px;
	margin:4px auto;display:block;
	box-shadow:2px 2px 4px grey;
	border:1px solid #366ea1;
}
img.img-intext2 {
	width:90%;max-width:600px;height:auto;
 margin:3px;
 border:1px solid #ffffff;
 border-radius:4px;
 padding:2px;
 background:#1173db;
 box-shadow:2px 2px 3px grey;
}