/****************************************/
/*          El Qantara / print          */
/****************************************/

* {
	background-color: transparent;
	border-style: none;
}

body {
	background-color: transparent;;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
}

div {
	clear: none;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

/****************************************/

a {
	color: #000000;
	outline-style: none;
	text-decoration: none;
}

/****************************************/

p {
	clear: none;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	text-align: justify;
	text-indent: 18px;
}

blockquote p {
	margin: 0px;
	text-indent: 0px;
}

form p {
	text-indent: 0px;
}

h1 {
	border-color: #0064a0;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	clear: none;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: bolder;
	line-height: 30px;
	page-break-after: avoid;
}

h2 {
	clear: none;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	page-break-after: avoid;
}

h3 {
	clear: none;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	page-break-after: avoid;
}

blockquote {
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	clear: none;
	display: block;
	margin: 0px 18px 18px 18px;
	padding: 6px 0px 6px 0px;
	text-align: justify;
}

/****************************************/

table {
	border-collapse: collapse;
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px;
	clear: none;
	display: table;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

td {
	border-color: #0064a0;
	border-style: solid;
	border-width: 1px;
	display: table-cell;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #c3d2e6;
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px 1px;
	display: table-cell;
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

caption {
	display: table-caption;
	padding: 0px 0px 6px 0px;
	text-align: center;
}

/****************************************/

ul {
	clear: none;
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0px 18px 18px;
	padding:  0px;
	page-break-before: avoid;
}

ul ul {
	margin: 0px 0px 0px 18px;
}

li {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

/****************************************/

form {
	clear: none;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

input, select {
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px;
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 2px;
}

input[type="hidden"] {
	display: none;
}

input[type="submit"] {
	text-align: center;
}

option {
	background-color: #ffffff;
	display: block;
	margin: 0px;
	padding: 0px;
}

textarea {
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px;
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 2px;
	color: #000000;
	font-family: sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	white-space: pre;
	word-spacing: normal;
}

label {
	display: block;
	margin: 0px;
	padding: 0px;
	page-break-after: avoid;
}

/****************************************/

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 12px;
}

cite {
	font-style: italic;
	quotes: "«" "»" "'" "'";
}

cite:before {
	content: open-quote;
}

cite:after {
	content: close-quote;
}

img {
	border-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

hr {
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	clear: both;
	display: block;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

/****************************************/

*.center {
	text-align: center;
}

*.small {
	width: 25%;
}

*.box {
	background-color: #c3d2e6;
	padding: 6px;
}

*.floatleft {
	clear: left;
	float: left;
	margin: 0px 18px 18px 0px;
}

*.floatright {
	clear: right;
	float: right;
	margin: 0px 0px 18px 18px;
}

/****************************************/

div#header {
	clear: both;
	margin: 0px 0px 36px 0px;
}

div#header div.floatleft {
	display: none;
}

div#header div.floatleft a {
	display: none;
}

div#header div.floatright {
	display: none;
}

div#header h1 {
	border-style: none;
	margin: 0px;
}

div#header p {
	text-indent: 0px;
	margin: 0px;
}

div#header ul {
	display: none;
}

div#header li {
	display: none;
}

div#header li a {
	display: none;
}

/****************************************/

div#content {
	clear: both;
}

/****************************************/

div#footer {
	border-color: #0064a0;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	clear: both;
	margin: 36px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}

div#footer p {
	text-align: right;
	text-indent: 0px;
}

/****************************************/

