﻿body
{
    background-color: white;
    clip: rect(1px 5px auto 5px);
}
.GridHeaderClass
{
	 background-color :#A30B3F;
	font-family: Arial;
	font-weight:bold ;
	color: white;
	font-size:9pt;
}
.maroon-bg
{
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: Arial;
    background-color: #a20b3f;
}
.light-bg
{
    font-size: 11px;
    color: #231f20;
    font-family: Arial;
    background-color: #e3d9c9;
}
.textclass
{
    font-size: 11px;
    color: #231f20;
    font-family: Arial;
    text-align:justify
}
.indextext
{
    font-size: 11px;
    color: #231f20;
    font-family: Arial;
}
.bigtextclass
{
    font-size: 12px;
    color: #231F20;
    font-family: Arial;
    text-align:justify;
    line-height:150%
}

.maroontextclass
{
    font-size: 11px;
    color: #a20b3f;
    font-family: Arial;
}

.maroonboldtext
{
    font-size: 12px;
    color: #a20b3f;
    font-family: Arial;
    font-weight: bold;
}

.maroontext
{
    font-size: 18px;
    color: #a20b3f;
    font-family: Arial;
}

.orangetext
{
    font-size: 18px;
    color: #F7931D;
    font-family: Arial;
}

.smallorangetext
{
    font-size: 14px;
    color: #F7931D;
    font-family: Arial;
    text-decoration:none;
}


a:white
{
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration:none;
}

.smallmaroontext
{
    font-size: 11px;
    color: #a20b3f;
    font-family: Arial;
    text-decoration:none;
	font-weight: bold;
}


a:white
{
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration:none;
}

a:hover
{
    font-weight: bold;
    font-size: 10px;
    color: #F7931D;
    font-family: Arial;
    text-decoration:underline;
}