@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
}

.justify
{
text-align: justify;
}


.style1 {
	font-family: Garamond;
	text-align: justify;
	font-size: 18px;
	color: #002597;
}
.style2 {
	font-family: Garamond;
	font-size: small;
	color: #002597;
}
.style3 {
	font-size: small;
	color: #002597;
}

.style4 {font-weight: bold; color: #002597; font-size: 16pt;}
.style5 {font-weight: bold; color: #002597; font-size: 24pt;}

.style1Black {
	font-family: Garamond;
	color: #000000;
}
.style2Black  {
	font-family: Garamond;
	font-size: small;
	color: #000000;
}
.style3Black {
	font-size: small;
	color: #000000;
}

.style4Black  {font-weight: bold; color: #000000; font-size: 16pt;}
.style5Black  {font-weight: bold; color: #000000; font-size: 24pt;}

