﻿body
{
    font-size: medium;
    font-family:Tahoma;
    list-style-type:circle;
}

.NormalRunning
{
    width: 100%;
    text-align: justify;
}

.Indent1NormalRunning
{
    width: 100%;
    margin-left: 4%;
}

.EmphasizedTitle
{
    width: 100%;
    font-weight: bold;
}

.EmphasizedRedUpperCaseTitleIndent1
{
    width: 100%;
    color:#e80000;
    font-weight: bold;
    text-transform:uppercase;
     margin-left: 4%;
}
.Indent1NormalTitle
{
    width: 100%;
    font-weight: bold;
    margin-left: 4%;
}

.EmphasizedCentreText
{
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.BorderedRedBox
{
    background-color:Black;
    width: 100%;
    color:#e80000;
    font-weight: bold;
    text-align: center;
    outline-color:Black;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid; 
    border-bottom: black thin solid;
}

.NonBorderedRedBox
{
    background-color:Black;
    width: 100%;
    color:#e80000;
    font-weight: bold;
    text-align: center;
    outline-color:Black;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid; 
    border-bottom: black thin solid;
}

.left
{
    float: left;
    width: 20%;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.right
{
    float: right;
    width: 50%;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.Indent0
{
    width: 70%;
    text-align: center;
    font-size: 10px;
    margin-left: 10%;
    padding: 20px;
    border-top: 3px solid #333;
    background-color: #cccc99;
}

.Indent1
{
    width: 70%;
    text-align: left;
    font-size: 10px;
    margin-left: 10%;
    border-top: 3px solid #333;
    background-color: #cccc99;
}
.Indent2
{
    width: 70%;
    text-align: justify;
    font-size: 10px;
    margin-left: 20%;
    border-top: 3px solid #333;
    background-color: #cccc99;
}
.Indent3
{
    width: 60%;
    text-align: justify;
    font-size: 10px;
    margin-left: 30%;
    border-top: 3px solid #333;
    background-color: #cccc99;
}
#footer
{
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 3px;
    border-top: 3px solid #333;
    background-color: #cccc99;
}
