/************** FONTS **************/
.f-wgh-100 {
	font-weight: 100;
}
.f-wgh-200 {
	font-weight: 200;
}
.f-wgh-300 {
	font-weight: 300;
}
.f-wgh-400 {
	font-weight: 400;
}
.f-wgh-500 {
	font-weight:500;
}
.f-wgh-600 {
	font-weight: 600;
}
.f-wgh-700 {
	font-weight: 700;
}
.f-wgh-800 {
	font-weight: 800;
}
.f-wgh-900 {
	font-weight: 900;
}
.f-wgh-normal {
	font-weight: normal;
}
.f-style-italic{
	font-style: italic;
}
.f-size-16{
	font-size: 16px;
}
.f-size-18{
	font-size: 18px;
}
.f-size-20{
	font-size: 20px;
}
.f-size-24{
	font-size: 24px;
}
.f-size-32{
	font-size: 32px;
}
.f-size-48{
	font-size: 48px;
}
.f-size-60{
	font-size: 60px;
}
.f-size-72{
	font-size: 72px;
}
.lh-100{
	line-height:100%;
}
.lh-110{
	line-height:110%;
}
.lh-120{
	line-height:120%;
}
.lh-130{
	line-height:130%;
}
/************** PADDINGS **************/
.pad-top-btm-005 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad-top-btm-010 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad-top-btm-020 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad-top-btm-040 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-top-btm-060 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-top-btm-080 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-top-btm-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pad-top-btm-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pad-top-005 {
	padding-top: 5px;
}
.pad-top-010 {
	padding-top: 10px;
}
.pad-top-020 {
	padding-top: 20px;
}
.pad-top-030 {
	padding-top: 30px;
}
.pad-top-040 {
	padding-top: 40px;
}
.pad-top-050 {
	padding-top: 50px;
}
.pad-top-060 {
	padding-top: 60px;
}
.pad-top-070 {
	padding-top: 70px;
}
.pad-top-080 {
	padding-top: 80px;
}
.pad-top-090 {
	padding-top: 90px;
}
.pad-top-100 {
	padding-top: 100px;
}
.pad-top-120 {
	padding-top: 120px;
}
.pad-btm-005 {
	padding-bottom: 5px;
}
.pad-btm-010 {
	padding-bottom: 10px;
}
.pad-btm-020 {
	padding-bottom: 20px;
}
.pad-btm-030 {
	padding-bottom: 30px;
}
.pad-btm-040 {
	padding-bottom: 40px;
}
.pad-btm-050 {
	padding-bottom: 50px;
}
.pad-btm-060 {
	padding-bottom: 60px;
}
.pad-btm-070 {
	padding-bottom: 70px;
}
.pad-btm-080 {
	padding-bottom: 80px;
}
.pad-btm-090 {
	padding-bottom: 90px;
}
.pad-btm-100 {
	padding-bottom: 100px;
}
.pad-btm-120 {
	padding-bottom: 120px;
}
/************ MARGINS ***************/
.mar-btm-005 {
	margin-bottom: 5px;
}
.mar-btm-010 {
	margin-bottom: 10px;
}
.mar-btm-020 {
	margin-bottom: 20px;
}
.mar-btm-030 {
	margin-bottom: 30px;
}
.mar-btm-040 {
	margin-bottom: 40px;
}
.mar-btm-050 {
	margin-bottom: 50px;
}
.mar-btm-060 {
	margin-bottom: 60px;
}
.mar-btm-070 {
	margin-bottom: 70px;
}
.mar-btm-080 {
	margin-bottom: 80px;
}
.mar-btm-090 {
	margin-bottom: 90px;
}
.mar-btm-100 {
	margin-bottom: 100px;
}
.mar-btm-120 {
	margin-bottom: 120px;
}
.mar-top-005 {
	margin-top: 5px;
}
.mar-top-010 {
	margin-top: 10px;
}
.mar-top-020 {
	margin-top: 20px;
}
.mar-top-030 {
	margin-top: 30px;
}
.mar-top-040 {
	margin-top: 40px;
}
.mar-top-050 {
	margin-top: 50px;
}
.mar-top-060 {
	margin-top: 60px;
}
.mar-top-070 {
	margin-top: 70px;
}
.mar-top-080 {
	margin-top: 80px;
}
.mar-top-090 {
	margin-top: 90px;
}
.mar-top-100 {
	margin-top: 100px;
}
.mar-top-120 {
	margin-top: 120px;
}


/************ BORDERS ***************/
.brd-btm-solid{
	border-bottom: 1px solid;
}
.brd-btm-dotted{
	border-bottom: 1px dotted;
}
.brd-btm-dashed{
	border-bottom: 1px dashed;
}
.brd-top-solid{
	border-top: 1px solid;
}
.brd-top-dotted{
	border-top: 1px dotted;
}
.brd-top-dashed{
	border-top: 1px dashed;
}


/************ COLORS **************/
/* WHITE */
.clr-white-10{
	color:rgba(255,255,255,1.00)
}
.clr-white-09{
	color:rgba(255,255,255,0.9)
}
.clr-white-08{
	color:rgba(255,255,255,0.8)
}
.clr-white-07{
	color:rgba(255,255,255,0.7)
}
.clr-white-06{
	color:rgba(255,255,255,0.6)
}
.clr-white-05{
	color:rgba(255,255,255,0.5)
}
.clr-white-04{
	color:rgba(255,255,255,0.4)
}
.clr-white-03{
	color:rgba(255,255,255,0.3)
}
.clr-white-02{
	color:rgba(255,255,255,0.2)
}
.clr-white-01{
	color:rgba(255,255,255,0.1)
}
.bgclr-white-10{
	background-color:rgba(255,255,255,1.00)
}
.bgclr-white-09{
	background-color:rgba(255,255,255,0.9)
}
.bgclr-white-08{
	background-color:rgba(255,255,255,0.8)
}
.bgclr-white-07{
	background-color:rgba(255,255,255,0.7)
}
.bgclr-white-06{
	background-color:rgba(255,255,255,0.6)
}
.bgclr-white-05{
	background-color:rgba(255,255,255,0.5)
}
.bgclr-white-04{
	background-color:rgba(255,255,255,0.4)
}
.bgclr-white-03{
	background-color:rgba(255,255,255,0.3)
}
.bgclr-white-02{
	background-color:rgba(255,255,255,0.2)
}
.bgclr-white-01{
	background-color:rgba(255,255,255,0.1)
}
/* BLACK */
.clr-black-10{
	color:rgba(0,0,0,1.00)
}
.clr-black-09{
	color:rgba(0,0,0,0.9)
}
.clr-black-08{
	color:rgba(0,0,0,0.8)
}
.clr-black-07{
	color:rgba(0,0,0,0.7)
}
.clr-black-06{
	color:rgba(0,0,0,0.6)
}
.clr-black-05{
	color:rgba(0,0,0,0.5)
}
.clr-black-04{
	color:rgba(0,0,0,0.4)
}
.clr-black-03{
	color:rgba(0,0,0,0.3)
}
.clr-black-02{
	color:rgba(0,0,0,0.2)
}
.clr-black-01{
	color:rgba(0,0,0,0.1)
}
.bgclr-black-10{
	background-color:rgba(0,0,0,1.00)
}
.bgclr-black-09{
	background-color:rgba(0,0,0,0.9)
}
.bgclr-black-08{
	background-color:rgba(0,0,0,0.8)
}
.bgclr-black-07{
	background-color:rgba(0,0,0,0.7)
}
.bgclr-black-06{
	background-color:rgba(0,0,0,0.6)
}
.bgclr-black-05{
	background-color:rgba(0,0,0,0.5)
}
.bgclr-black-04{
	background-color:rgba(0,0,0,0.4)
}
.bgclr-black-03{
	background-color:rgba(0,0,0,0.3)
}
.bgclr-black-02{
	background-color:rgba(0,0,0,0.2)
}
.bgclr-black-01{
	background-color:rgba(0,0,0,0.1)
}