﻿body
{
    color: black;
    font-family: trebuchet, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}

.bold
{
	font-weight:bold;
}

.boldHeading
{
    font-size: 12pt;
    font-weight: bold;
}

.heading
{
    height: 15px;
    font-weight: bold;
    font-size: 14pt;
    color: #000066;
}

.smallBlueHeader
{
    font-weight: bold;
    font-size: 12px;
    color: #000066;
}

.blueText
{
    font-weight: bold;
    color: #333399;
}

.greyText
{
    color: #C0C0C0;
}


.redFont
{
    color: #ff0000;
}

.conflict
{
    color: #ff0000; 
    font-size: 10pt;
}

.hyplLabel
{
    color: blue;
    font-family: trebuchet, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: underline;

}

.smallItalic
{
    font-size: 7pt;
    font-style: italic;
}

.button
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    background-color: #9999cc;
    font-family: Arial;
    height: 22px;      
}

.tableFrame
{
    text-align: left;
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
    width: 550px;   
}

.questions
{
    color: black;
    font-family: trebuchet, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
}

.masterFrame
{
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    width: 760px;
    border-bottom: thin outset;
}

.infoBox
{
    background-color: #ffff99;
    text-align: left;
    visibility: hidden;
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset; 
}

.link
{
    text-decoration: underline;
    color: Blue;
}

.assumptionBox
{
    text-align: left;
    font-size: 7pt;
    width: 494px;
    background-color: #dcdcdc;
}

.maintenance
{
    font-size: 16pt;
    font-weight: bold;

}                         