﻿.ContentHeaderRed
{
    color:White;
    background-color:#990000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.ContentHeaderBlue
{
    color:White;
    background-color:#0366cb;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}


.ContentHeaderOrange
{
    color:White;
    background-color:#cc3300;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.ContentHeaderLightBlue
{
    color:White;
    background-color:#68bff3;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.ContentHeaderGray
{
    color:White;
    background-color:#666666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.ContentHeaderGreen
{
    color:White;
    background-color:#009900;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

