.larger
{
	font-size: 120%;
}
.smaller
{
	font-size: 80%;
}
.smaller90
{
	font-size: 90%;
}
.float-r
{
	float: right;
}

.float-l
{
	float: left;
}
.lmar-b
{
	margin-bottom: 5px;
}
.lmar-t
{
	margin-top: 5px;
}

.lmar-l
{
	margin-left: 5px;
}

.lmar-r
{
	margin-right: 5px;
}
.mar-b
{
	margin-bottom: 10px;
}
.mar-t
{
	margin-top: 10px;
}

.mar-l
{
	margin-left: 10px;
}

.mar-r
{
	margin-right: 10px;
}
.pad
{
	padding: 10px;
}
.spad
{
	padding: 20px;
}
.pad-b
{
	padding-bottom: 10px;
}

.pad-t
{
	padding-top: 10px;
}

.pad-l
{
	padding-left: 10px;
}
.lpad-l
{
	padding-left: 5px;
}

.pad-r
{
	padding-right: 10px;
}
.spad-b
{
	padding-bottom: 20px;
}

.spad-t
{
	padding-top: 20px;
}

.spad-l
{
	padding-left: 20px;
}

.spad-r
{
	padding-right: 20px;
}
.clear
{
	clear: both;
}
.white
{
	color: #FFFFFF;
}
.bold
{
	font-weight: bold;
}
h2
{
	font-size: 21px;
}
.size_50
{
	width: 50px !important;
}
.size_100
{
	width: 100px !important;
}
.size_130
{
	width: 130px !important;
}
.size_150
{
	width: 150px !important;
	_width: 148px !important;	
}
.size_170
{
	width: 173px !important;
}
.size_180
{
	width: 180px !important;
}
.size_200
{
	width: 200px !important;
}
.size_210
{
	width: 210px !important;
}
.size_220
{
	width: 220px !important;
}
.size_230
{
	width: 230px !important;
}
.size_250
{
	width: 250px !important;
}
.size_280
{
	width: 280px !important;
}
.size_300
{
	width: 300px !important;
}
.size_310
{
	width: 315px !important;
}
.size_400
{
	width: 400px !important;
}
.size_500
{
	width: 500px !important;
}
.size_600
{
	width: 600px !important;
}
.size_650
{
	width: 650px !important;
}
.size_700
{
	width: 700px !important;
}
table
{
	padding: 0px;
	margin: 0px;
}
.border
{
	border: 1px solid red;
}
.negative_left5
{
	margin-left: -5px;
}
.clean
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}
.relative 
{
	position: relative;

}
.absolute 
{
	position: absolute;

}
.left0
{
	left: 0px;
}
.hide
{
	visibility: hidden;
}
.regular
{
	font-weight: normal;
}
.divider
{
	border-bottom: 1px solid #48143e;
	height: 5px;
}
.underline
{
	text-decoration: underline !important;
}
