@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; }
					 
.White-Title        {font-family: Arial, Helvetica, sans-serif; 
                     font-weight: bold; 
                     font-size: 30px; 
                     color: #FFFFFF; }

.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; }
					 
.Bullets {	    	color: black;
	                font-size: 12px;
	                line-height: 160%;
					font-family:"Times New Roman", Times, serif;}
					
.Bullets-Tight {	color: black;
	                font-size: 12px;
	                line-height: 100%;
					font-family:"Times New Roman", Times, serif;}				
					
.Description-Justify {color: black;
	                font-size: 12px;
	                line-height: 160%;
					font-family:"Times New Roman", Times, serif;}
					
.Description-Title {color: black;
	                font-size: 22px;
					font-family:"Times New Roman", Times, serif;
					font-style:oblique;
					font-weight: bold;}
					
.Bullets-Spaced {	color: black;
	                font-size: 12px;
	                line-height: 200%;
					font-family:"Times New Roman", Times, serif;}

