@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------Font-------------------------------*/
	.arial {font-family:Arial, Helvetica, sans-serif;}
	.courier {font-family:"Courier New", Courier, monospace;}
	.times {font-family:"Times New Roman", Times, serif;}
	.verdna{font-family:Verdana, Arial, Helvetica, sans-serif}
	.geneva{font-family:Geneva, Arial, Helvetica, sans-serif}
	.georgia{font-family:Georgia, "Times New Roman", Times, serif}
	
	.smallType{
		font-size:10px;
		font-style:normal;
		}
	/*------------------H1 - H6 size -10%---------------------------------*/
	.typeH1{font-size:200%; font-weight:bold; line-height:normal;}
	.typeH2{font-size:190%; font-weight:bold; line-height:normal;}
	.typeH3{font-size:180%; font-weight:bold; line-height:normal;}
	.typeH4{font-size:170%; font-weight:bold; line-height:normal;}
	.typeH5{font-size:160%; font-weight:bold; line-height:normal;}
	.typeH6{font-size:150%; font-weight:bold; line-height:normal;}
	/*------------------------------Size-------------------------------------------*/
	.smallType{
		font-size:10px;
		font-style:normal;
		}
	.mediumType{
		font-size:120%;
		font-style:normal;
	}
	.largeType{
		font-size:140%;
		font-style:normal;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
