﻿@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
}
	p, td, li {
		/* font-family:GillSans, Calibri, Trebuchet, sans-serif; */
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#222222;
		line-height:130%;
		margin-bottom:12px;
		}
	h1 {
		font-family:Futura, Century Gothic, AppleGothic, sans-serif;
		font-size:200%;
		}
	h2 {
		color:#222222;
		font-size:160%		
		}
	h3 {
		color:#111111;
		font-size:140%	
		}
	h4 {
		font-size:130%	
		}
	h5 {
		color:#222222;
		font-size:130%	
		}
	h6 {
		color:#222222;
		font-size:130%	
		}
	a:link {
		color:#0066FF;
		text-decoration:underline;
		}
	a:visited {
		color:#0066FF;
		text-decoration:underline;
		}
	a:hover {
		color:#FFFFFF;
		text-decoration:none;
		background-color:#666666;
		}	

.ms-vb, .ms-gb {
				font-size:15px !IMPORTANT;
}



