/* CSS for CMS */

/* Images */
img {
	border: 0;	
}
img.leftAlign, img.alignleft {
	float: left;
	margin: 0 8px 8px 0;
}
img.rightAlign, img.alignright {
	float: right;
	margin: 0 0 8px 8px;
}
p {
	text-align: justify;	
	margin-top: 0;
}
h1,h2,h3 {
	margin-bottom:13px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}

/* Border */
table.style1 {
	/*border:1px #3672B5 solid;*/
	border-collapse: collapse;
}
table.style1 th, table.style1 td{
	border:1px #3672B5 solid;
	padding:5px;
}

/* Borderless */
.style2 {
	border:none;
	border-collapse: collapse;
}
table.style2 th, table.style2 td{
	padding:5px;
}
