BODY
{
	font-family:Arial;
	font-size:11px;
	background-color:#394767;
	margin:0px;
}

TD
{
	font-family:Arial;
	font-size:11px;
}

.Bold
{
	font-family:Arial;
	font-size:12px;
	font-weight:Bold;	
}

.SmallBold
{
	font-family:Arial;
	font-size:10px;
	font-weight:Bold;	
}

.Normal
{
	font-family:Arial;
	font-size:12px;
}

.Small
{
	font-family:Arial;
	font-size:9px;
}

.Small:Hover
{
	font-family:Arial;
	font-size:9px;
}

.Red
{
	font-family:Arial;
	font-size:11px;
	color:Red;
}

A
{
	font-family:Arial;
	font-size:11px;
	color:#206EA5;	
}

A:Hover
{
	font-family:Arial;
	font-size:11px;
	color:#DF9300;	
}

.Highlight1, A.Highlight1
{
	color:#2820a5;
}

.Highlight2, A.Highlight2
{
	color:#67995c;
}

.Light1
{
	color:#444444;
}

.Light2
{
	color:#777777;
}

.Light3
{
	color:#AAAAAA;
}

.Large
{
	font-size:14px;
}

.MenuItem
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#DAE5FF;	
	text-decoration:none;
}

.MenuItem:Hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:Orange;	
	text-decoration:underline;
}

.WhiteLink
{	
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;	
}

.Head
{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0px;
}

.ColumnHead
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#206EA5;
	background-color:#EFEFEF;
}

.ColumnFoot
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #206EA5;
	background-color: #EFEFEF;
	text-align: center;
}

.SectionHead
{
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#206EA5;
	padding-bottom:5px;
}


.ColumnHeadLight
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#206EA5;
	background-color:#E3E8F4;
}

.DarkCell
{
	background-color:#AEB9D3;
}

.LightCell
{
	background-color:#E3E8F4;
	color:#000000;
}

.LightCellBordered
{
	background-color:#E3E8F4;
	color:#000000;
	border:1px solid #aaaaaa;	
}
 

.AltLightCell
{
	background-color:#AEB9D3;
	color:#000000;
}

.RowItem
{
	background-color:#FFFFFF;
}

.RowAltItem
{
	background-color:#E3E8F4;
}

Input
{
	font-family:Arial;
	font-size:11px;	
}

Select
{
	font-family:Arial;
	font-size:11px;	
}

.Error
{
	font-family:Arial;
	font-size:11px;	
	color:Red;
}

.White
{
	font-family:Arial;
	font-size:11px;	
	color:#FFFFFF;	
}

.SubContent
{
	background-color:#C2CADD;	
	border:1px solid #3D4C6F;
}


.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #E3E8F4;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #2E4d7B;
    color: white;
}

.Hidden
{
    display:none;
}