﻿.fLeft{
	float: left;
}
.fRight{
	float: right;
}
.hidden{
	left: -10000px;
	position: absolute;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.hList li{
    float: left;
    list-style: none;
}
.noBullets{
    list-style: none;
    margin: 0;
    padding: 0;
}
