/*
@font-face {
    src: 			url('fonts/HANSHAN0.eot');
    font-family: 	"hanshand";
}
.font-hanshand {
	font-family:	"hanshand";
}

*/

/* ----------------------------------------------*/


.font-main 	{ font-family:	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-title { font-family:	Verdana, Arial, Helvetica, sans-serif;}

.verdana{font-family: Verdana, Arial, Helvetica, sans-serif;}



.fs8 { font-size: 8px; }
.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; }

.ls14 { line-height: 14px; }
.ls16 { line-height: 16px; }
.ls18 { line-height: 18px; }
.ls20 { line-height: 20px; }
.ls22 { line-height: 22px; }
.ls24 { line-height: 24px; }


.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic;}
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }
.justify { text-align: justify; }
.smallcaps { font-variant: small-caps;}
.capitalize {	text-transform: capitalize; }


.black { 	color: 	#000000; }
.white { 	color: 	#FFFFFF; }
.grey {		color: 	#666666; }
.grey-lt { 	color: 	#999999; }
.grey-2 {	color: 	#868686; }
.pink {	 	color: 	#DF208E; }
.green { 	color:	#006600; }
.orange { 	color: 	#FF6600; }
.yellow { 	color:	#DDC102; }
.red { 		color:	#990000; }
.blue { 	color:	#006699; }















