﻿h1
{
	clear:both;
	min-height:12px;
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	padding: .3em 0px .3em 5px;
	white-space:normal;
	background-color:#c4c4c4;
}
.InactiveBox h1
{
	color:#404040;
	clear:both;
	white-space:normal;
}
.InactiveBox
{
	vertical-align:top;
	white-space:normal;
	background-color:#f6f6f6;
	margin-bottom:4px;
	border:solid 1px #c4c4c4;
}
.ActiveBox h1
{
	color:white;
	clear:both;
	border-color:#DCDCDC;
	background-color:#CA061D;
}
.ActiveBox
{
	white-space:normal;
	margin-bottom:4px;
}
.ActiveBoxLightWithBorder
{
	white-space:normal;
	margin-bottom:4px;
	border: solid 1px #C4C4C4;
}
.ActiveBoxLightWithBorder h1
{
	color:#404040;
}
.ActiveBoxLightWithBorder div
{
	text-align:center;
}
.ActiveBox div,.InactiveBox div
{
	padding:.2em 1px 2px .1em;
}

h2
{
	clear:both;
	color:#084086;
	font-size:160%;
	font-weight:bold;
	margin-bottom:1.2em;
	margin-top:.6em;
}
h3
{
	clear:both;
	color:#084086;
	font-size:120%;
	font-weight:bold;
	margin-bottom:1.2em;
	margin-top:.6em;
}
h4
{
	clear:both;
	color:black;
	font-size:110%;
	font-weight:bold;
	margin-top:.6em;
}
.ContentBox
{
	white-space:normal;
	margin-bottom:4px;
}
.ContentBox h1
{
	clear:both;
	background-color:#CA061D;
	border-color:#CA061D;
	color:White;
}
.ContentBoxLightWithBorder
{
	width:auto;
	white-space:normal;
	margin-bottom:4px;
	border:solid 1px #DCDCDC;
}
.ContentBoxLightWithBorder h1
{
	clear:both;
	background-color:#CA061D;
	border:none;
	color:White;
}
.ContentBoxLightWithBorder div
{
	width:100%;
}
.ContentBoxLightWithBorder table
{
	width:100%;
}
.ContentBoxLightWithBorder *
{
	width:auto;
}
