﻿/* Notice Text 
   Controls appearance of notices */

H1.clsNotice
{
    margin-top: 5px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Verdana' , Roman;
}
H2.clsNotice
{
    margin-top: 4px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 2px;
    color: black;
    font-family: Verdana, Tahoma, Arial;
}
H3.clsNotice
{
    margin-top: 0px;
    font-weight: normal;
    font-size: 8pt;
    margin-bottom: 0px;
    color: black;
    font-family: Verdana, Tahoma, Arial;
}
.clsNoticeText
{
    font-size: small;
    font-family: Verdana, Tahoma, Arial, 'MS Serif';
}
.clsNoticeTextSmall
{
    font-size: x-small;
    font-family: Verdana, Tahoma, Arial, 'MS Sans Serif';
}
.clsNoticeAnswer
{
    font-size: small;
    color: blue;
    font-family: Verdana, Tahoma, Arial, 'MS Serif';
}


div.Notice
{
    margin: 0;
    padding: 0;
    font-size: x-small;
    color: black;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, 'MS Serif';
}

.Notice span
{
    color: blue;
    font-size: x-small;
    padding-left: 0;
}

.Notice p
{
    color: blue;
	font-size: x-small;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2px;
}

.Notice h1
{
    margin-top: 5px;
    font-weight: bold;
    font-size: x-small;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #153985;
    margin-left: 0;
    display: block;
}

.Notice h2
{
    margin-top: 4px;
    font-weight: bold;
    font-size: x-small;
    margin-bottom: 2px;
    color: #153985;
    padding-left: 0;
    display: block;
}

.Notice h3
{
    margin-top: 3px;
    font-weight: normal;
    font-size: x-small;
    margin-bottom: 3px;
    color: #153985;
    padding-left: 0;
    display: block;
}

.Notice .label
{
    color: #153985;
    font-size: x-small;
}

.Notice .BorderedTable td
{
    border:1px solid #000;
}

.Notice table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.Notice .NoBorderedTable td
{
    border:none;
}

.Notice .BorderedTable
{
    width:95%;
}

.Notice a
{
    font-size: x-small !important;
    font-weight:normal !important;
}

/* Notice text End */
