.background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #000000;
}

a:hover { color:#999999; }

.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; }
.smallcaps {font-variant:small-caps; }
.capitalize { text-transform: capitalize;}
.lowercase { text-transform: lowercase;}
.uppercase { text-transform: uppercase;}


.black { 	color: 	#000000; }
.white { 	color: 	#FFFFFF; }
.grey {		color: 	#666666; }
.grey-2 { 	color: 	#CCCCCC; }
.pink {	 	color: 	#DF208E; }
.orange { 	color: 	#FF6600; }
.yellow { 	color:	#DDC102; }
.red { 		color:	#990000; }


.bg-white { 	background-color: #FFFFFF; }
.bg-666666 { 	background-color: #666666; }
.bg-grey {		background-color: #CCCCCC;}
.bg-grey-2 {	background-color: #EAEAEA;}
.bg-black {		background-color: #000000;}
.bg-blue {		background-color: #38A6CB;}


.padding {padding: 5px;}
.padding-h {padding-right:	10px;padding-left:	10px;}


.row-a {background-color: #F3F3F3;}
.row-b {background-color: #E4E4E4;}

