﻿body
{
	font-family:Verdana;
	font-size:7.5pt;
}

Table 
{
	font-family:Verdana;
	font-size:7.5pt;
    margin-top: 0px;
}



SELECT
{
    font-family: Verdana;
    font-size: 7.5pt;
}

INPUT
{
	font-family:Verdana;
	font-size:7.5pt;
}

TEXTAREA
{
	font-family:Verdana;
	font-size:7.5pt;
}

.subHeading
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 9pt;
    color: White;
}

.panelTitle
{
    background-color: #0066AC;
    width: 200px;
    margin-left: 4px;
    text-align: center;
    
}

.panelB
{
    border: 1px solid #0066AC;
    margin-right: 4px;
    margin-bottom: 5px;
    margin-left: 4px;
    padding: 2px;
    background-color: White;
    width: 850px;
}

.titleLabelHTML
{
    /*color: #0066AC;*/
    font-family: verdana;
    font-size: 8pt;
    width: 150px;
}

.questions
{
    font-family: verdana;
    font-size: 8pt;  
}

.commandButton
{
    border-style: solid;
    border-color: #0066AC;
    color: White;
    font-weight: bold;
    font-size: 8pt;
    font-family:Verdana;
    background-color: #0066AC;
}


.title
{
    font-family: verdana;
    font-size: 12pt;  
    font-weight: bold;
}

.linkButton
{
    color: #0066AC;
    font-weight: bold;
    font-size: 10pt;
}
