﻿
/*This is for main body content on each page*/
.style1 {
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;	
	}

/*This is for right margin content on each page*/
.style2 {
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	}

.style3 {
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	color: #0099FF;
	font-weight: bold;
}	

/*This is for main body content headings*/
.style4 {
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	font-weight: bold;
	color: black;
}
	
