﻿body {
}
.SubHeading
{
	border-style: none;
	border-width: 0px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #32469D;
}
.Definition
{
	border-style: none;
	border-width: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #32469D;
	font-weight: normal;
}

.LargeHeading
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #32469D;
}
.Radio
{
	font-family: Verdana;
	font-size: 10pt;
	color: #32469D;
	font-weight: normal;
}
.Metric
{
	font-family: Verdana;
	font-size: 10pt;
	color: #32469D;
	font-weight: bold;
}
.LeftAlign
{
	text-align: left;
}
.MetricCell
{
	padding: 2px;
	border-left: thin solid #666699;
	border-bottom: thin solid #666699;
	border-top: thin solid #666699;
	border-right: thin solid #666699;
	color: White;
	border-collapse: collapse;
	border-color: #8F9DDC;
}
.SurveyButton
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #212F7E;
}

.Navigate
{
	padding: 0px;
}

@media screen {
Navigate { display: block }
}
@media print {
Navigate { display: none }
}