.left{
	float: left;}
	
.right{
	float: right;}

.clear{
	clear: both;}

.center{
	text-align: center;}
	
.noBorder{
	border: none;}

.noMargin{
    margin: 0px;
}
	

.text{
	margin: 15px 0px;
	line-height: 1.5;
	text-align: justify;}

.justify{
    text-align: justify;
}

img{
	margin: 0px 0px;
	border: none;}

a img{
	border: none;}	

map{
	border: none;}

li.inline{
    display: inline;
    list-style-type: none;
    margin: 0px 5px;
}

ul.noListStyle{
    list-style-type: none;
}

