.sanserif{
	font-family : Arial, Helvetica, sans-serif;
}

.serif{
	font-family : Times, Times Roman, serif;
}

.overflow{
	width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
}


.size10{
	font-size : 10px;
}

.size11{
	font-size : 11px;
}

.size12{
	font-size : 12px;
}

.size14{
	font-size : 14px;
}

.size16{
	font-size : 16px;
}

.size18{
	font-size : 18px;
}

.size20{
	font-size : 20px;
}

.size24{
	font-size : 24px;
}
.size36{
	font-size : 36px;
}
.size48{
	font-size : 48px;
}
.size72{
	font-size : 72px;
}


.indent2{
	text-indent : 2px;
}

.indent3{
	text-indent : 3px;
}

.indent4{
	text-indent : 4px;
}

.indent5{
	text-indent : 5px;
}

.indent7{
	text-indent : 7px;
}

.indent10{
	text-indent : 10px;
}

.indent15{
	text-indent : 15px;
}


.indentr2{
	padding-right: 2px;
}

.indentr3{
	padding-right : 3px;
}

.indentr4{
	padding-right : 4px;
}

.indentr5{
	padding-right : 5px;
}

.indentr7{
	padding-right : 7px;
}

.indentr10{
	padding-right : 10px;
}

.indentr15{
	padding-right : 15px;
}



.right{
    text-align : right;
}

.left{
    text-align : left;
}

.center{
    text-align : center;
}



.bold{
	font-weight: bold;
}

.italic{
	font-style : italic;
}




.height16{
	height : 16px;
}

.height18{
	height : 18px;
}

.height20{
	height : 20px;
}

.height24{
	height : 24px;
}


