﻿/* Floating and Clearing */
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clearBoth
{
	clear: both;
}
.iconLeft
{
	float: left;
	width: 50px;
	padding: 0 7px 0 0;
}
.iconRight
{
	float: right;
	width: 50px;
	padding: 0 0 0 7px;
}


/* Classes used to override general properites */
.noBullit
{
	list-style-type: none;
}
.noBorder
{
	border: 0 !important;
}
.noMargin
{
	margin: 0 !important;
}

/* Classes used to hide particular items for Screen that only shows for Print */
.printHeader, .printFullString
{
	display: none;
}

/* Special typography properties */
.footerText
{
	font-size: 10px;
}
.right
{
	text-align: right;
}
