/*
Name:        cmsStyles
Author:      Mitchell C
Description: CSS CMS definitions
Created:     May 5th, 2010
*/


	.h1_text
	{
		font-family:Verdana;
		font-size:22pt;
		font-weight:bold;
		color:#000;
		line-height:1.2em;
	}	
	.h2_text
	{
		font-family:Verdana;
		font-size:18pt;
		font-weight:bold;
		color:#000;
		line-height:1.2em;
	}
	.h3_text
	{
		font-family:Verdana;
		font-size:14pt;
		font-weight:bold;
		color:#000;
		line-height:1.2em;
			
	}	 
	.paragraph_text
	{
		font-family:Verdana;
		font-size:9pt;
		color:#000;
	}	


	
	

