﻿/*Theme*/

.BodyTheme
{
    font-family: "Myriad Pro",Calibri,"Lucida Sans",Arial,sans-serif;
    color: #25408f;
    margin: 1em auto;
    font-size: 16pt;
}

.themes_table
{
    color: #ffffff;
    border-spacing: 0;
    border-collapse: separate;
}

.themes_table th
{
    text-transform: uppercase;
    padding: 0.5em;
    border-left: dotted 4px #ffffff;
    color: #ffffff;
}

.themes_table th.left
{
    border-left: none;
}

.themes_table td
{
    font-weight: bold;
    padding: 0 1.5em;
    border-left: dotted 4px #ffffff;
    font-size: 13pt;
    color: #ffffff;
}

.themes_table td.left
{
    font-weight: normal;
    border-left: none;
    text-align: center;
    font-size: 14pt;
    color: #ffffff;
}

.themes_table td.left strong
{
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.themes_table .i {background-color: #25408f;}
.themes_table .v {background-color: #731472;}
.themes_table .r {background-color: #bf311a;}
.themes_table .o {background-color: #f3901d;}
.themes_table .y {background-color: #e5b53b;}
.themes_table .g {background-color: #00853f;}
.themes_table .b {background-color: #0076c0;}

 
.f1 {color: #954093;font-weight:bold}
.f2 {color: #BC362B;font-weight:bold}
.f3 {color: #E78927;font-weight:bold}
.f4 {color: #E3AB32;font-weight:bold}
.f5 {color: #008B4B;font-weight:bold}
.f6 {color: #2A81C6;font-weight:bold}
.f7 {color: red;font-weight:bold}

blockquote
{
    font-style: italic;
    margin: 0 3em;
}

.smallquote
{
    margin: 0 6em;
    letter-spacing: 1.5pt;
    font-family: Century,serif;
    font-style: normal;
    font-weight: bold;
}

.cite
{
    font-size: 7pt;
    font-style: normal;
    text-align: right;
}

h3
{
    font-style: italic;
    margin-bottom: -0.6em;
}