﻿/* ProMRDS Style Sheet */

body
{
    background-color: White;
    color: #663300;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    margin: 10px;
}

.page
{
    margin-left: 10px;
    padding-left: 8%;
    padding-right: 5%;
}

/* Main page heading - note that it is smaller than h1 */
.heading
{
    margin-left: -30px;
    margin-right: 20%;
    padding-left: 20px;
    padding-bottom: 0.2em;
    color: #FFEE00;
    border: solid 3px Maroon;
    background: #CC0033;
    /*background: #DD1144;*/
    font-size: 20pt;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
}

.dropcap
{ font-size: 125%; font-weight: bold; vertical-align:middle;
text-indent: 0px; margin-top: -0.2em; }

/* Small Head is used inside the heading */
.smallhead
{
    color: White;
    font-size: 14pt;
    font-weight: normal;
}

.footer
{
	color: #7F7F7F;
	clear:both;
	font-size: 80%;
}

h1
{
    margin-left: -30px;
    font-size: 24pt;
    color: #cc3300;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    text-indent: -30px;
}

h2
{
    margin-left: -20px;
    font-size: 18pt;
    color: #993300;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
}

h3
{
    font-size: 14pt;
    color: #663300;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    margin-left: -10px;
}

hr
{
    color: #cc3300;
}

th
{
	font-size: 125%;
	font-weight: bold;
}