﻿
.fs9 { font-size: 9px!important; }
.fs10 { font-size: 10px!important; }
.fs12 { font-size: 12px!important; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px;line-height: 24px; }
.fs32 { font-size: 32px;line-height: 32px; }
.fs36 { font-size: 36px;line-height: 36px; }
.fs48 { font-size: 48px;line-height: 48px; }
.fs60 { font-size: 60px;line-height: 60px; }
.fs72 { font-size: 72px;line-height: 72px; }
.fs96 { font-size: 96px;line-height: 96px; }

.b { font-weight: bold; }

.cell {display: table-cell;}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.va-top	{ vertical-align: top; }
.va-mid	{ vertical-align: middle!important; }
.va-btm	{ vertical-align: bottom; }

.ma { margin: 0 auto; }

.mh30 { margin: 0 20px; }
.mv15 { margin: 15px 0; }
.mv20 { margin: 20px 0; }
.mv30 { margin: 30px 0; }
.mv40 { margin: 40px 0; }
.mv60 { margin: 60px 0; }
.pv60 { padding: 60px 0; }

.hr{
	width:100%;
	height:30px;
	border-bottom:1px #ccc dotted;
	margin-bottom:30px;
}

.clear { clear: both; }

.clearfix { zoom:1;}

.clearfix:after { content: "";display: block;clear: both; }

.mt0{ margin-top: 0!important; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt10i { margin-top: 10px!important; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }

.mt-10 { margin-top: -10px; }
.mt-15 { margin-top: -15px; }
.mt-20 { margin-top: -20px; }
.mt-30 { margin-top: -30px; }
.mt-40 { margin-top: -40px; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }

.mb-15 { margin-bottom: -15px; }
.mb-20 { margin-bottom: -20px; }
.mb-30 { margin-bottom: -30px; }


.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr-20 { margin-right: -20px; }

.pr15 { padding-right: 15px; }
.pl10 { padding-left: 10px; }

.ls2 { letter-spacing: 2px; }
.ls3 { letter-spacing: 3px; }
.ls5 { letter-spacing: 5px; }

.green { color: #9bca39; }
.blue { color: #15a5c5; }
.pink { color: #ff769c; }
.red { color: #ff2626; }
.black { color: #000; }
.white { color: #fff; }

.ind20{ margin-left:20px; }
.ind40{ margin-left:40px; }

.pd10{ padding:10px; }
.pd15{ padding:15px; }

.textborder {
	text-shadow:
		0 2px 0 #fff,
		2px 0 0 #fff,
		0 -2px 0 #fff,
		-2px 0 0 #fff,
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px 2px 0 #fff
        ;
}


.noline { text-decoration: none; }