

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;
}
.bigger {
	  font-size: 20px;
}
.biggest {
	  font-size: 24px;
}

.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.und {
	text-decoration: underline;
}	
.float-l {
	float: left;
	}
.float-r {
	float: right;
}
.float-c {
	clear: both;
}
.mt-20 {
	margin-top: 20px;
}
.inline	{
	display: inline-block;
	vertical-align: top;
	}