html				{height:100%;}

p 					{margin: 10px 10px 10px 0px;}

h1,h2,h3,h4,h5,h6	{font-weight: normal; display: inline; margin: 0;}

/* FLOAT */
					
	.fl					{float: left;}
	.fr					{float: right;}
	
/* CLEAR */
	
	.cl					{clear: left;}
	.cr					{clear: right;}
	.cb					{clear: both;}
	
/* POSITION */
	
	.pa					{position: absolute;}
	.pr					{position: relative;}
	
/* OVERFLOW */
	
	.oh					{overflow: hidden;}
	.oxh				{overflow-x: hidden;}
	.oyh				{overflow-y: hidden;}
	
/* VISIBILITY */
	
	.vh					{visibility: hidden;}
	.vv					{visibility: visible;}
	
/* DISPLAY */
						
	.di					{display: inline;}
	.dn					{display: none;}
	.dtc				{display: table-cell;}
	
/* TEXTS */
	
	.tac				{text-align: center;}
	.vat				{vertical-align: top;}
	.vam				{vertical-align: middle;}
	.vab				{vertical-align: bottom;}
	
/* PADDING */

	.pad5				{padding: 5px;}
	.pad10				{padding: 10px;}
	.pad15				{padding: 15px;}
	.pad20				{padding: 20px;}
	
	.padl5				{padding-left: 5px;}
	.padl10				{padding-left: 10px;}
	.padl15				{padding-left: 15px;}
	.padl20				{padding-left: 20px;}
	
	.padr5				{padding-right: 5px;}
	.padr10				{padding-right: 10px;}
	.padr15				{padding-right: 15px;}
	.padr20				{padding-right: 20px;}
	
	.padt5				{padding-top: 5px;}
	.padt10				{padding-top: 10px;}
	.padt15				{padding-top: 15px;}
	.padt20				{padding-top: 20px;}
	
	.padb5				{padding-bottom: 5px;}
	.padb10				{padding-bottom: 10px;}
	.padb15				{padding-bottom: 15px;}
	.padb20				{padding-bottom: 20px;}
	
/* BORDER */
					
	.bn					{border: none;}
	
	.b1sCCC				{border: 1px solid #CCCCCC;}
	.b1dCCC				{border: 1px dotted #CCCCCC;}
	
	.bt1sCCC			{border-top: 1px solid #CCCCCC;}
	.bl1sCCC			{border-left: 1px solid #CCCCCC;}
	.bb1sCCC			{border-bottom: 1px solid #CCCCCC;}
	.br1sCCC			{border-right: 1px solid #CCCCCC;}
	
	.bt1dCCC			{border-top: 1px dotted #CCCCCC;}
	.bl1dCCC			{border-left: 1px dotted #CCCCCC;}
	.bb1dCCC			{border-bottom: 1px dotted #CCCCCC;}
	.br1dCCC			{border-right: 1px dotted #CCCCCC;}

	
/* BACKGROUND */
	
	.bgn				{background: none;}
	.bgcfff				{background-color: #FFFFFF;}
	.bgcf2f				{background-color: #F2F2F2;}
	.bgce2e				{background-color: #E2E2E2;}
	
/* CURSOR */
	
	.cp 				{cursor: pointer;}
	.cm					{cursor: move;}

/* FONTS */

	.ffv				{font-family: Verdana;}
	.ffa				{font-family: Arial;}
	
	.fwb				{font-weight: bold;}
	.fwn				{font-weight: normal;}
	
	.fs9				{font-size: 9px;}
	.fs10				{font-size: 10px;}
	.fs11				{font-size: 11px;}
	.fs12				{font-size: 12px;}
	.fs13				{font-size: 13px;}
	.fs14				{font-size: 14px;}
	.fs16				{font-size: 16px;}
	.fs18				{font-size: 18px;}
	.fs20				{font-size: 20px;}
	.fs22				{font-size: 22px;}
	.fs24				{font-size: 24px;}										
	.fs30				{font-size: 30px;}
	.fs40				{font-size: 40px;}
	.fs50				{font-size: 50px;}


/* MARGIN */

	.m0					{margin: 0px;}

	.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}.ml20{margin-left:20px;}.ml25{margin-left:25px;}.ml30{margin-left:30px;}.ml35{margin-left:35px;}.ml40{margin-left:40px;}.ml45{margin-left:45px;}.ml50{margin-left:50px;}.ml55{margin-left:55px;}.ml60{margin-left:60px;}.ml65{margin-left:65px;}.ml70{margin-left:70px;}.ml75{margin-left:75px;}.ml80{margin-left:80px;}.ml85{margin-left:85px;}.ml90{margin-left:90px;}.ml95{margin-left:95px;}.ml100{margin-left:100px;}
	.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}.mr25{margin-right:25px;}.mr30{margin-right:30px;}.mr35{margin-right:35px;}.mr40{margin-right:40px;}.mr45{margin-right:45px;}.mr50{margin-right:50px;}.mr55{margin-right:55px;}.mr60{margin-right:60px;}.mr65{margin-right:65px;}.mr70{margin-right:70px;}.mr75{margin-right:75px;}.mr80{margin-right:80px;}.mr85{margin-right:85px;}.mr90{margin-right:90px;}.mr95{margin-right:95px;}.mr100{margin-right:100px;}
	.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}.mt25{margin-top:25px;}.mt30{margin-top:30px;}.mt35{margin-top:35px;}.mt40{margin-top:40px;}.mt45{margin-top:45px;}.mt50{margin-top:50px;}.mt55{margin-top:55px;}.mt60{margin-top:60px;}.mt65{margin-top:65px;}.mt70{margin-top:70px;}.mt75{margin-top:75px;}.mt80{margin-top:80px;}.mt85{margin-top:85px;}.mt90{margin-top:90px;}.mt95{margin-top:95px;}.mt100{margin-top:100px;}
	.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb25{margin-bottom:25px;}.mb30{margin-bottom:30px;}.mb35{margin-bottom:35px;}.mb40{margin-bottom:40px;}.mb45{margin-bottom:45px;}.mb50{margin-bottom:50px;}.mb55{margin-bottom:55px;}.mb60{margin-bottom:60px;}.mb65{margin-bottom:65px;}.mb70{margin-bottom:70px;}.mb75{margin-bottom:75px;}.mb80{margin-bottom:80px;}.mb85{margin-bottom:85px;}.mb90{margin-bottom:90px;}.mb95{margin-bottom:95px;}.mb100{margin-bottom:100px;} 

	.mla				{margin-left: auto;}
	.mra				{margin-right: auto;}

/* COLOR */

	.cfff				{color: #FFFFFF;}
	.c000				{color: #000000;}
	
	.c333				{color: #333333;}
	.c666				{color: #666666;}
	.c999				{color: #999999;}
	
	.cff6				{color: #FF6600;}
	.c669				{color: #6699ff;}
	.c009				{color: #009900;}

/* WIDTH */
	
	.w90pc{width:90%;}.w95pc{width:95%;}.w96pc{width:96%;}.w97pc{width:97%;}.w98pc{width:98%;}.w99pc{width:99%;}.w100pc{width:100%;}
	.w5{width:5px;}.w10{width:10px;}.w15{width:15px;}.w20{width:20px;}.w25{width:25px;}.w30{width:30px;}.w35{width:35px;}.w40{width:40px;}.w45{width:45px;}.w50{width:50px;}.w55{width:55px;}.w60{width:60px;}.w65{width:65px;}.w70{width:70px;}.w75{width:75px;}.w80{width:80px;}.w85{width:85px;}.w90{width:90px;}.w95{width:95px;}.w100{width:100px;} 
	.w100{width:100px;}.w150{width:150px;}.w200{width:200px;}.w250{width:250px;}.w300{width:300px;}.w350{width:350px;}.w400{width:400px;}.w450{width:450px;}.w500{width:500px;}.w550{width:550px;}.w600{width:600px;}.w650{width:650px;}.w700{width:700px;}.w750{width:750px;}.w800{width:800px;}.w850{width:850px;}.w900{width:900px;}.w950{width:950px;}.w1000{width:1000px;}

/* HEIGHT */

	.h5{height:5px;}.h10{height:10px;}.h15{height:15px;}.h20{height:20px;}.h25{height:25px;}.h30{height:30px;}.h35{height:35px;}.h40{height:40px;}.h45{height:45px;}.h50{height:50px;}.h55{height:55px;}.h60{height:60px;}.h65{height:65px;}.h70{height:70px;}.h75{height:75px;}.h80{height:80px;}.h85{height:85px;}.h90{height:90px;}.h95{height:95px;}.h100{height:100px;}
	.h100{height:100px;}.h150{height:150px;}.h200{height:200px;}.h250{height:250px;}.h300{height:300px;}.h350{height:350px;}.h400{height:400px;}.h450{height:450px;}.h500{height:500px;}.h550{height:550px;}.h600{height:600px;}.h650{height:650px;}.h700{height:700px;}.h750{height:750px;}.h800{height:800px;}.h850{height:850px;}.h900{height:900px;}.h950{height:950px;}.h1000{height:1000px;} 

