/** base.css
    Contains references to home page controls
*/


a, div, h1, h2, h3, h4, h5, h6, li, p, textarea
{
    font-family: Arial;
}


.alignRight
{
    text-align: right;
}
.alignLeft
{
    text-align: left;
}
.alignCenter
{
    text-align: center;
}

.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.floatNone
{
	float: none !important;
}