@charset "utf-8";
/* CSS Document */

/* Text Styles - dictates the styles of text that can be used as
   classes with the <p> tags within the page*/
.Arial-B-White {	font-weight: bold;
	                font-family: Arial, Helvetica, sans-serif;
	                font-size: 12px;
	                color: #FFFFFF;   }

.Arial-B-Black {	font-weight: bold;
	                font-family: Arial, Helvetica, sans-serif;
	                font-size: 12px;
	                color: #000000;   }

.Arial-Black   {	font-family: Arial, Helvetica, sans-serif;
	                font-size: 12px;
	                color: #000000;   }

.Arial-Small-Black   {	font-family: Arial, Helvetica, sans-serif;
	                    font-size: 10px;
	                    color: #000000;   }

.Arial-Small-White   {	font-family: Arial, Helvetica, sans-serif;
	                    font-size: 10px;
	                    color: #FFFFFF;   }

.Arial-Large-Black { font-family: Arial, Helvetica, sans-serif; 
                     font-size: 18px; 
                     font-weight: bold; 
	                 color: #000000;}

.Green-Title        {font-family: Arial, Helvetica, sans-serif; 
                     font-weight: bold; 
                     font-size: 30px; 
                     color: #00825A; }

.Green-Type         {font-weight: bold; 
                     font-family: Arial, Helvetica, sans-serif; 
                     font-size: 16px; 
                     color: #006666; }

.Green-Bright-Type   {font-weight: bold; 
                     font-family: Arial, Helvetica, sans-serif; 
                     font-size: 16px; 
                     color: #00CC00; }
