﻿.background
{
    background-color: #FFE1D7;
}

.page-border
{
    border: thin solid #FF0000;
    background-color: #FFE1D7;
}

body
{
    font-family: "Century Gothic" , Arial;
    width: 600pt;
    font-size: 10pt;
}

.colortext
{
    color: #DF1E1D;
    font-family: "Century Gothic" , Arial;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}

.colortext-small-font
{
    color: #DF1E1D;
    font-family: "Century Gothic" , Arial;
    font-size: 10pt;
    font-weight: bold;
}

.colortext-small-font-underline
{
    color: #DF1E1D;
    font-family: "Century Gothic" , Arial;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    font-variant: small-caps;
}

.selected-image-border
{
    border: medium outset #FF0000;
}

td.comments-wide
{
    padding-right: 15pt;
    padding-left: 15pt;
}
.rowbreak
{
    height: 16pt;
}

td.left-column
{
    font-size: 10pt;
    height: 18pt;
    width: 110pt;
}

td.left-column-super-script
{
    font-family: "Century Gothic" , Arial;
    font-size: 10pt;
    height: 16pt;
    width: 110pt;
    text-align: right;
}

td.left-column-centered
{
    font-family: "Century Gothic" , Arial;
    text-align: center;
    font-size: 10pt;

    width: 110pt;
}

td.left-column-right
{
    font-family: "Century Gothic" , Arial;
    text-align: right;
    font-size: 10pt;
    width: 110pt;
}

td.left-column-right-contact
{
    font-family: "Century Gothic" , Arial;
    text-align: right;
    font-size: 9pt;
    width: 110pt;
}

td.left-column-right-issue
{
    text-align: right;
    font-size: 10pt;
    font-family: "Century Gothic" , Arial;
    width: 110pt;
}

td.left-column-lg-txt
{
    font-family: "Century Gothic" , Arial;
    text-align: right;
    font-size: 12pt;
    height: 26pt;
    width: 110pt;
}

td.left-column-lg-txt-center
{
    font-family: "Century Gothic" , Arial;
    text-align: center;
    font-size: 12pt;
    height: 26pt;
    width: 110pt;
}


td.left-border
{
    width: 8pt;
    border-style: none none none dotted;
    border-width: thin;
    border-color: #000000;
}

td.right-column-radio-font-size
{
    font-family: "Century Gothic" , Arial;
    font-size: 8pt;
}

td.issue-middle-column
{
    font-size: 8pt;
    width: 108pt;
}

td.issue-middle-column-underline
{
    width: 108pt;
    text-decoration: underline;
}


td.issue-middle-column-no-border
{
    width: 8pt;
    border-style: none none none dotted;
    border-width: thin;
    border-color: #000000;
}
td.issue-middle-column-border
{
    width: 8pt;
    border-style: none none none dotted;
    border-width: thin;
    border-color: #000000;
}

td.issue-right-column
{
    font-size: 8pt;
}


td.issue-right-column-heading
{
    font-size: 8pt;
    text-decoration: underline;
}

i.email
{
    color: #FF0000;
    text-decoration: underline;
}

.SelectedImage
{
	border-style:dotted;
	border-width:2px;
	border-color:Red;
	
	}