/* CSS Document */

/* General elements used in the body of the pages */

body{
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color : white;
	margin-top: 0px;
	}
	

.logo {
	display: none;
}

.printlogo {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding : 20px;
}

H1 {
	font-size: 16pt;
}

H2 {
	font-size: 14pt;
	font-style : italic;
}

 H3 {
	font-size: 12pt;
}

A {
	color: black;
	text-decoration : underline;
}


HR {
	color: black;
	width: 100%;
}

.left {
	display: none;
}


.Main {
	width: 100%;
	font-size:10pt;
	margin-left: 3%;
	margin-right: 3%;
}


.small
{
	font-size: 8pt;
}


