﻿
/* Selects font for the page */
     font-family: Arial, Arial, Arial, Arial; 
	
	 /*Selects color for body text */
	 color: black;
	 
	 /* Selects the background color of the page. */
	  background-color: white; 
	   
	 }
	 
	 p, td {
font-family: Arial, Arial, Arial, Arial;
 
	 }
	 
  
 .mainstyle {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
}

 .mainstylecenter {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

 .titlepage {
	font-family: Arial;
	font-size: 16px;
	color: #3333CC;
	text-align: left;
	font-weight: bold;	
}

 .titlecenter {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.titleleft {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	
}
.titlejustified {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: bold;	
}

 

}


