body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.white {
	color: #FFFFFF;
	font-size: 11px;
}

.grey {
	color: #939598;
	font-size: 11px;
}
.greybold {
	color: #939598;
	font-size: 11px;
	font-weight: bold;
}
.greylink {
	color: #939598;
}
.greylink:hover {
	color: #0e3182;
	text-decoration: none;
}

.lightblue {
	color: #00aeef;
	font-size: 11px;
}
.lightbluesmall {
	color: #00aeef;
	font-size: 9px;
}
.lightbluehighlights {
	color: #00aeef;
	font-size: 12px;
	font-weight: bold;
}
.lightbluebold {
	color: #00aeef;
	font-size: 11px;
	font-weight: bold;
}
.lightbluebig {
	color: #00aeef;
	font-size: 24px;
	font-weight: bold;
}

.darkblue {
	color: #0e3182;
	font-size: 11px;
}
.darkbluebig {
	color: #0e3182;
	font-size: 24px;
	font-weight: bold;
}

.blackbold {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.blacsmall {
	color: #000000;
	font-size: 9px;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #0e3182;
	text-decoration: none;
}

.greenlink {
	color: #5fa180;
}
.greenlink:hover {
	color: #0e3182;
	text-decoration: none;
}
.lightgreenhighlights {
	color: #82cea8;
	font-size: 12px;
	font-weight: bold;
}
.lightgreen {
	color: #82cea8;
}
.lightgreensmall {
	color: #82cea8;
	font-size: 9px;
}
.lightgreenbold {
	color: #82cea8;
	font-weight: bold;
}
.lightgreenlink {
	color: #82cea8;
}
.lightgreenlink:hover {
	color: #0e3182;
	text-decoration: none;
}
.darkgreenhighlights {
	color: #337272;
	font-size: 12px;
	font-weight: bold;
}
.darkgreen{
	color: #337272;
}
.darkgreensmall{
	color: #337272;
	font-size: 9px;
}
.darkgreenbold{
	color: #337272;
	font-weight: bold;
}
.darkgreenlink {
	color: #337272;
}
.darkgreenlink:hover {
	color: #0e3182;
	text-decoration: none;
}
.blackhighlights {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.purple {
	color: #bb8bc9;
}
.purplesmall {
	color: #bb8bc9;
	font-size: 9px;
}
.purplebold {
	color: #bb8bc9;
	font-weight: bold;
}
.purplelink {
	color: #bb8bc9;
}
.purplelink:hover {
	color: #0e3182;
	text-decoration: none;
}
.darkbluelink {
	color: #0e3182;
}
.darkbluelink:hover {
	color: #00aeef;
	text-decoration: none;
}
.brown{
	color: #7F6A00;
}
.brownbold{
	color: #7F6A00;
	font-weight: bold;
}
