﻿@page 
{
	size: 20cm 29cm;
}

html 
{
	font-family: Calibri, Arial, Sans-Serif;
	margin: 2px 2px 2px 2px;
	background-color: White;
	font-size: 16px;
}

h1 
{
	font-weight: bold;
	font-size: 26px;
}

h2
{
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.noteText
{
	font-size: 1.5em;
	text-align: justify;
	font-weight: normal;
}

#page 
{
	
	width: 21cm;
	border: solid 0px black;
}

.info
{
	font-size: 12px;
	float: left;
	width: 13cm;
	margin-top: 60px;
	margin-left: 20px;
	border: solid 0px black;
}
.headerInfo 
{
    font-weight: bold;
	font-size: 1.5em;
}

.imagebar
{
	float: right;
	border: solid 0px black;
}

.image
{
	position: relative;
	top: 01%;
	left: 55%;
	border: solid 0px black;
}

.footer
{
	clear: both;
	font-size: 10pt;
	color: Gray;
	font-family: Arial, Sans-serif;
	text-align: center;
	border: solid 0px black;
}

.header
{
    border: none;
    padding: 0, 0, 0, 0;
}
