P 		{ 
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 12pt; 
  			font-weight: normal;
  	  	}
UL 		{ 
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 12pt; 
  			font-weight: normal;
 
  	  	}
  	  	
DL 		{ 
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 12pt; 
  			font-weight: normal;
  	  	}
  	  	
.small  {
			font-size: 10pt; 
		}
		
.large  {
			font-size: 14pt; 
		}
		
.definition {
		 	margin-left: 24px;
		 }
		 
H3 		{
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 16pt; 
		}
		
H2 		{
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 18pt; 
		}
		
H1 		{
			font-family: Arial, Helvetica, sans-serif;
  			font-size: 20pt; 
		}

B 		{
			font-weight: bold;
			color: #151b54;
		}

.bold {
			font-weight: bold;
			color: #151b54;
		}
		
.orange {
		color: #c35617;
		}
		
.purple {
		color: #151b54;
		}
		
		
.hilight {
			background-color:#e3e596;
		 }
 
 .term {
 		background-color:#E2E1A1;
 		font-weight: bold;
 		color: #6D6B2D;
 	}

