﻿.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.width25
{
	width: 24%;
}

.width50
{
	width: 50%;
}

.width75
{
	width: 75%;
}

.lightBlueBg
{
	background-color: #bbbbbb;
}