/* 
1)base_font

--------------------------------------------------------*/


/* 1)base_font
--------------------------------------------------------------------*/
.text{
		font-size: 12px;
		line-height: 150%;
	}



.small{
		font-size: 11px;
		line-height: 130%;
	}
	
.smalln{
		font-size: 11px;
	}
	

.smallsmall{
		font-size: 10px;
		line-height: 130%;
	}
	
.textl{
		font-size: 14px;
		line-height: 130%;
	}

.texth1{
		font-size:16px;
	}

.texth2{
		font-size:15px;
	}
.texth3{
		font-size:14px;
	}

.texth4{
		font-size:14px;
	}








