﻿body 
{
    font-family:Times New Roman;
    font-size:13pt;
    font-weight:normal;
}

td.Menu 
{
    font-family:Tahoma;
    font-size:small;
    font-weight:bold;
}

td.SideMenu
{
    font-family:Times New Roman;
    font-size:large;
    font-weight:normal;
    color:black;
}

a.SideA
{
    background-color:Transparent;
    border:0px;
    color:Black;
    text-decoration:none;
}

div.ControlBay
{
	background-color:Transparent;
}

div.ControlHeader
{
	background-image:url(../img/ButtonBlend.png);
	background-repeat:repeat-x;
	height:25px;
	color:Navy;
	font-family:Calibri;
	font-style:italic;
	font-size:16pt;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}

div.ControlContent
{
	background-color:Transparent;
	padding-left:4px;
	padding-right:4px;
}
div.ControlBottomBay
{
	background-color:#9F9C6F;
	color:Black;
}

div.ControlBottomHeader
{
	background-image:url(../img/ButtonBlend.png);
	background-repeat:repeat-x;
	height:25px;
	color:Navy;
	font-family:Verdana;
	font-style:italic;
	font-size:14pt;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}

div.ControlBottomContent
{
	background-color:Transparent;
	color:Black;
    font-family:Times New Roman;
    font-size:13pt;
	padding-left:4px;
	padding-right:4px;
}
div.BaySpacer
{
	height:10px;
}
td.Copyrights
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}
td.LowerMenu{
	font:italic 9px Verdana;
	color:#000000;
}

font.Required
{
    font-family:Verdana;
    font-size:9pt;
    color:#ff0000;
}

font.ControlInvisible
{
    font-family:Verdana;
    font-size:6pt;
    color:#e1ffff;
}

table.contact 
{
    font-family:calibri;
    font-size:small;
    font-weight:bold;
}

font.prominent
{
    font-size:large;
    color:Red;
}

img
{
    border:none; 
}

a
{
    color:Black;
}
/*Accordion*/
div.HeaderPanel
{
    background-color:#9F9C6F;
    color:Black;
    vertical-align:middle;
    font-family:Times New Roman;
    font-size: 16px;
    overflow:hidden;
    font-weight: bold;    
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    cursor: pointer;
    border-top:1px solid Black;
}

div.ContentPanel
{
    font-family:Times New Roman;
    font-size: 15px;
    color:Black;
    background-color:Transparent;
    overflow:hidden;
    border-top: 1px solid white;
    padding-top: 3px;
    padding-bottom: 3px;
    border:solid 1px Black;
    margin-left:10px;
}
/*Accordion*/
