

img {
	border-style: none;
}
 
span.ast{
	vertical-align: 75%;
	font-size: 0.75em;
	line-height: 0.5em;
	/*color: red */
	font-weight: 900;
}

.clear {
	clear: both;
}
.hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1pt;
width: 96%;
margin-left: 2%;
margin-right: 2%;
text-align: center;
}

.small {
  font-size: 12px;
}
.smaller {
	  font-size: 10px;
}
.smallest {
	  font-size: 8px;
}
.big {
  font-size: 16px;
}
.bigg {
  font-size: 18px;
}
.bigger {
	  font-size: 20px;
}
.biggest {
	  font-size: 24px;
}

.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.und {
	text-decoration: underline;
}
span.und2 {  /*use htis when underlining text with superscripts */
	display: inline-block;
	border-bottom: 1px solid #000000;
}
.float-l {
	float: left;
	}
.float-r {
	float: right;
}
.float-c {
	clear: both;
}
.mr-5 {
	margin-right: 5px;
}

.mr-15 {
	margin-right: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-15 {
	margin-left: 15px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}	
.ml-40 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}
.mt-3 {
	margin-top: 3px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-50	{
	margin-bottom: 50px;
}
.mb-10 {
	margin-bottom: 10px;
	}
.mb-5	{
	margin-bottom: 5px;
}
.mt-40 {
	margin-top: 40px;
}
.wd-50 {
	width: 50px;
}
.wd-60 {
	width: 60px;
}
.inline {
	display: inline-block;
	vertical-align: top;
}
.inline-m {
	display: inline-block;
	vertical-align: middle;
}
.center{
	text-align: center;
}
