﻿body
{
    background-color: white;
}



.DISmall
{
    font-weight: 800;
    font-size: 8pt;
    color: #b70000;
    font-style: normal;
    font-family: Arial, Serif;
    text-align:left;
}

.DIAlfa
{
    font-weight: 800;
    font-size: 18pt;
    color: #b70000;
    font-style: normal;
    font-family: Arial, Serif;
    text-align:center;
}

.DITextBlue {
font-family: Arial, serif;
font-style: normal;
font-weight: 400;
font-size: 10pt;
color: rgb(0,0,255);
}

.DITextBlueSm {
font-family: Arial, serif;
font-style: normal;
font-weight: 400;
font-size: 8pt;
color: rgb(0,0,255);
}

.DITextBlueHeavy {
font-family: Arial, serif;
font-style: normal;
font-weight: 800;
font-size: 10pt;
color: rgb(0,0,255);
}

.DIHeaderCell
{
    font-weight: 800;
    font-size: 18pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: yellow;
    vertical-align: middle;
    text-align: center;
}

.DIHeaderCell1
{
    font-weight: 800;
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: yellow;
    vertical-align: middle;
    text-align: center;
}

.DICellContent
{
    font-weight: 700;
    font-size: 9pt;
    color: #0000ff;
    font-family: Arial, Serif;
    text-align: left;
}

.DICellContent1
{
    font-weight: 700;
    font-size: 9pt;
    color: #0000ff;
    font-family: Arial, Serif;
    text-align: center;
}

.DICellHeavy
{
    font-weight: 800;
    font-size: 10pt;
    color: #3333ff;
    font-family: Arial, Serif;
    text-align: left;
}

.DICellHeavy1
{
    font-weight: 800;
    font-size: 10pt;
    color: rgb(217,0,0);
    font-family: Arial, Serif;
    text-align: center;
}

.DICellHeavy1b
{
    font-weight: 800;
    font-size: 10pt;
    color: #3333ff;
    font-family: Arial, Serif;
    text-align: center;
}


.DICellHeavy2
{
    font-weight: 800;
    font-size: 10pt;
    color: rgb(217,0,0);
    font-family: Arial, Serif;
    text-align: right;
}

.DICellHeavy2b
{
    font-weight: 800;
    font-size: 10pt;
    color: #3333ff;
    font-family: Arial, Serif;
    text-align: right;
}

.DIChartCorner
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: #708090;
    vertical-align: middle;
    text-align: center;
    width: 140px;
}

.DIChartColumn
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: #C0C0C0;
    vertical-align: middle;
    text-align: left;
    width: 140px;
}

.DIChartTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: #C0C0C0;
    vertical-align: middle;
    text-align: center;
    width: 140px;
}

.DIChartDiv
{
    background-color: #C0C0C0;
    width: 1px;
}

.DIChartHighLight
{
    font-weight: bold;
    font-size: 8pt;
    color: #00FF00;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: #708090;
    vertical-align: top;
    text-align: left;
    width: 140px;
}

.DIChartHighLightComp
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: #C0C0C0;
    vertical-align: top;
    text-align: left;
    width: 140px;
}

.DIChartText
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: Arial, Serif;
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    width: 140px;
}


.DIHeader {
font-family: Arial, serif;
font-style: normal;
font-weight: 800;
font-size: 22pt;
color: rgb(155,0,0);
}

.DIHeader1 {
font-family: Arial, serif;
font-style: normal;
font-weight: 800;
font-size: 18pt;
color: rgb(255,0,128);
}

.DIHeader2 {
font-family: Arial, serif;
font-style: normal;
font-weight: 800;
font-size: 14pt;
color: rgb(217,0,0);
}

.DIHeader3 {
font-family: Arial, serif;
font-style: normal;
font-weight: 800;
font-size: 12pt;
color: rgb(217,0,0);
}

.DIHeader4 {
font-family: Arial, serif;
font-style: normal;
font-weight: 800;
font-size: 10pt;
color: rgb(217,0,0);
}

.DIOddRow {
font-family: Arial, serif;
font-style: normal;
font-weight: 400;
font-size: 10pt;
color: rgb(83,0,83);
background-color: rgb(161,188,255);
}

.DIEvenRow {
font-family: Arial, serif;
font-style: normal;
font-weight: 400;
font-size: 10pt;
color: rgb(83,0,83);
background-color: rgb(255,255,255);
}

.DITitle {
font-family: Arial, serif;
font-style: normal;
font-weight: 700;
font-size: 12pt;
color: rgb(217,0,0);
}

.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;
}

.accordionHeader2{ 	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	padding-top: 5px; 
	padding-left:10px;
	margin-top: 2px;
    cursor: pointer; 
}

.accordionHeader3
{
    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: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionContent2
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionContentText
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
	color: #000099;
}

.accordionlink
{
    background-color: #D3DEEF;
    color: white;       
}


