﻿/**
Arial.css

We are using Calibri for our main font but its size doesnt scale well with other fonts, like arial.

Any users NOT on Microsoft Windows Vista will see this over-ride.

*/
body 
{
	font-size:87%;
    font-family: Arial, Helvetica, sans-serif;
    line-height:1.2;
}    