/* print styles */
BODY {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white;
	margin: 1cm 1cm 2cm 2cm;
}

td {
	text-align: left;
}

.tdleft {
	float: left;
	width: 180px;
	padding: 8px 20px 10px 8px;
	text-align: left;
}

.tdright {
	margin-left: 210px;
	padding: 8px 20px 10px 8px;
	text-align: left;
}

A:link, A:visited {
	background: white;
	color: black;
	text-decoration: underline;
   font-weight: bold;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 26pt;
	font-family: "Accent SF","Chanson Heavy SF";
	color: #960032;
	line-height: 1.0em;
}

h2 {
font-size: 1.5em;
}

h4 {
font-size: 0.9em; font-style: italic;
}

	
p {
	margin: 0.5em 0;
	text-align: justify;
}

ul {
	font-weight: bold;
}



#navbar {display: none;}

#boxoutright {
	float: right;
	width: 80%;
	margin: 50px 0 5px 10px;
	border: 2pt dotted Black;
	text-align: justify;
	padding: 10px;
}

.boxoutcentre {
	position: relative;
	width: 85%;
	margin: 50px auto 5px auto;
	border: 2pt dotted Black;
	text-align: justify;
	padding: 10px;
}

.boxpink {
	border: 1px solid #960032;
	padding: 3px;
	background: #f1cfdc;
	text-align: center;
	margin: 10px 0px 2px 0px;
}

.boxwhite {
	border: 1px solid #ddd;
	padding: 0 5px 0px 6px;
	background: #fff;
	text-align: center;
	margin: 12px 0px 2px 0px;
}

.boxcream {
	border: 1px dotted Black;
	padding: 15px 3px 10px 3px;
	background: #f9eed5;
	text-align: left;
	margin: 10px 0px 2px 0px;
}

.boxclear {
	clear: both;
	padding: 8px 3px 8px 3px;
	background: transparent;
	text-align: left;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border: none;
	margin:0;
	padding:0;
	background: transparent;
}

img.right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #000;
}

img.left {
	float: left;
	margin: 5px	10px 5px 0;
	border: 1px solid #000;
}

img.logo {
	position: relative;
	top: -10px;
	left: 150px;
	z-index: 1;
}

img.flag {display: none;}
