/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL WEBSITE CONFIGURATION
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	basic type settings
	----------------------------------------------------------------------------*/

		/*font setup*/
		body{font-size:14px; font-size: 1.4rem; color:#3b3b3b; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }

		/*content*/
		p{line-height:22px; line-height:2.2rem;}
		address{line-height:22px; line-height:2.2rem; font-style:normal; }
		p img{vertical-align:middle;}
	
		
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	point size
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ heading content
		..........................................................................*/
			
			h1, h2, h3, h4, h5, h6
			{}
		
			h1{font-size:36px;}
			h2{color:#ec1583; margin:0px 0px 5px 0px; }
			h3{color:#ec1583; margin:0px 0px 5px 0px; }
			
	
		/*+ degrees of intensity
		..........................................................................*/
		
			.grand, h2
			{font-size:24px;}
		
			.heavy, h3
			{font-size:18px;}
			
			.greater, h4
			{font-size:16px;}
			
				.base, h5
				{font-size:14px;}
		
			.lesser
			{font-size:12px;}
		
			.light
			{font-size:11px;}
		
			.minimal
			{font-size:10px;}
