﻿body
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
}
img
{
  -ms-interpolation-mode: bicubic;
  border: solid 0px #FFFFFF;
}
.firstpage
{
    margin: 20px;
    width: 1060px;
    height: 796px; 
    overflow: hidden;
}
.landscapepage
{
    margin: 20px;
    width: 1060px;
    height: 796px;
    overflow: hidden;
    page-break-before: always;
}
.portraitpage
{
    margin: 20px;
    height: 1060px;
    width: 796px;
    overflow: hidden;
}
.stdheader
{
    position: relative;
    height: 80px;
    width: 100%;
    border-bottom: solid 3px #000000;
    font-size: 20px;
}
.stdcontent
{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 635px;
    width: 100%;
}
.stdfooter
{
    position: relative;
    height: 50px;
    width: 100%;
    font-size: 14px;
}

.headline
{
    font-size: 16px;
    font-weight: bold;
}

.covertext
{
    font-size: 20px;
}
a, a:link, a:visited, a:active
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #0000FF;
    text-decoration: underline;
}
h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
h2
{
    margin-top: 0px;
    font-size: 16px;
}
td
{
    vertical-align: top;
}

.alt1column {
	font-size: 11px;
	font-weight: normal;
	background-color: #E0EDDE;
	text-align: center;
}
.alt2column {
	font-size: 11px;
	font-weight: normal;
	background-color: #FAE8D8;
	text-align: center;
}
.alt3column {
	font-size: 11px;
	font-weight: normal;
	background-color: #F6DAD9;
	text-align: center;
}
.symbolcolumn {
    width: 1.5em;
}

.blackfont
{
    font-weight: bold;
}
.redfont
{
    color: DarkRed;
    font-weight: bold;
}
.greenfont
{
    color: DarkGreen;
    font-weight: bold;
}
.big
{
   font-size: 15px;
}
.small
{
    font-size: 11px;
}
.columnheader
{
    font-weight: bold;
    vertical-align: bottom;
}
.rowtitle
{
    font-weight: bold;
}
.value
{
    text-align: center;
}
.right
{
    text-align: right;
}
.highlighted1
{
    background-color: #BEDCBD;
}
.highlighted2
{
    background-color: #FAD1B1;
}
.highlighted3
{
    background-color: #EAB5B3;
}
.graybar
{
    background-color: #EEEEEE;
}
.breakline
{
    border-bottom: solid 1px #000000;
}
.breaklineabove
{
    border-top: solid 1px #000000;
}


.chartgraphic
{
    max-height: 150px;
    max-width: 150px;
    margin-left: 25px;
}
.smalltable IMG.chartgraphic
{
    max-height: 75px;
    max-width: 75px;
    margin-left: 12px;
}
.chartgraphicsmall
{
    max-height: 25px;
    max-width: 25px;
}
.chartgraphiclarge
{
    max-height: 100%;
    max-width: 100%;
}
.repaychartgraphic
{
    float: right;
    height: 375px;
}