﻿body
{
    color: black;
    font-family: 'Times New Roman';
    font-size: 14pt;
    margin-left: 1pt;
    margin-right: 1pt;
}

div.scrollframe 
{
	height: 70%;
	overflow:auto;
	margin-right:26%;
}

div.scrollframesidebar
{
    float:left;
	height: 70%;
	width: 200px;
	overflow:auto;
    background:#CC0000;
}

div.scrollframesidebarlong
{
    float:left;
	height: 70%;
	width: 200px;
	overflow:auto;
    background:#CC0000;
    margin-left:5px;
}

div.scrollframesidebargreen
{
    float:left;
	height: 70%;
	width: 200px;
	overflow:auto;
    background:#008844;
}

div.scrollframemain 
{
    left: 168px;
    float:left;
	height: 70%;
	width: 550px;
	overflow:auto;
	background:#FFFFFF;
	margin-left:5px;
}

div.scrollframemainlong 
{
    left: 168px;
    float:left;
	height: 70%;
	width: 550px;
	overflow:auto;
	background:#FFFFFF;
}

div.sidebar
{
    left: -4px; 
    width: 200px; 
    top: -500px;
    height: 70%;
    overflow:auto;
    margin-left:76%;
    background-color:#fffaea;
    border:solid;
    border-width:1px;
    border-color:#002809;
    position:relative;
}

h1
{
    font-weight: bold;
    font-size: 24pt;
    color: white;
    font-style: normal;
    font-family: Arial;
    background-color: #840000;
    margin-left: 1pt;
    margin-right: 1pt;
}
h2
{
    font-size: 19pt;
    color: black;
    font-style: normal;
    font-family: Arial;
    line-height: 19pt;
    margin-left: 1pt;
    margin-right: 1pt;    
}
h3
{
    font-size: 17pt;
    color: black;
    font-style: normal;
    font-family: Arial;
    line-height: 17pt;
    margin-left: 1pt;
    margin-right: 1pt;    
}
h4
{
    font-size: 15pt;
    color: black;
    font-style: normal;
    font-family: Arial;
    line-height: 15pt;
    margin-left:5pt;
}

h5
{
    font-size: 14pt;
    color: black;
    font-style: normal;
    font-family: Arial;
    line-height: 20pt;
    margin-left:5pt;
 
}

h6
{
    font-size: 10pt;
    line-height: 16pt;
    color:Black;
    font-family:Arial;
    text-align:justify;
    font-style:normal;
    margin-left:6pt;
    margin-right:6pt;
    font-weight:lighter;
}
