﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size:11px;
	color:#020006;
	line-height:normal;
}
h1 {
	font-size:12px;
	color:#003d79;
	font-weight:bold;
	margin:0px 0 25px;
	padding:0px;
}

h2 {
	color: #b60050;
    font-weight: bold;
    font-size:11px;
	margin:0px 0 15px;
	padding:0px;
}
h3 {
	color:#003d79;
	font-weight: bold;
    font-size:10px;
	margin:0px 0 15px;
	padding:0px;
}
hr {
	border-color:#E7E8E9 -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px medium medium;
	color:#E7E8E9;
	height:0px;
	width:100%;
}
.RedText {
	color:#ff0000;
}
	.RedText a {
		color:#ff0000;
	}
.GreyText {
	color:#727272;
}
	.GreyText a {
		color:#727272;
	}
.BlueText {
	color:#154b84;
}
	.BlueText a {
		color:#154b84;
	}
.BlueForHighlights {
	color:#154b84;
	font-size:10px;
}
	.BlueForHighlights a {
		color:#154b84;
		font-size:10px;
	}

ul.BulletList li {
	list-style-type:disc;
}