@import "layout.css";
@import "navigation.css";

body {
	font: 12px Arial, Helvetica, sans-serif;
}
.grey {
	color: #999999;
}
.border {
	border: 1px solid #000000;
}
a:visited {
	color: #0000FF;
}
.white {
	color: #FFF;
}
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0;
	padding-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}
h3 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.small {
	font: 11px Arial, Helvetica, sans-serif;
}
.smallgrey {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.largewhite {
	font-size: 14px;
	color: #FFFFFF;
}

.qoute {
	font-size: 14px;
	font-weight: bold;
	color: #5599FF;
}
.date {
	font-size: 18px;
	color: #333333;
}
.darkgrey {
	color: #666666;
}
.smallgreylight {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}.benefittitle {
	font-size: 14px;
	font-weight: bold;
}
.name {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.heading2 {
	font-size: 24px;
	font-weight: bold;
}
.heading3 {
	font-size: 18px;
	font-weight: bold;
}
.largetext {
	font-size: 16px;
}

