.ContractingForm td
{
text-align: left;
}
.ContractingTable td
{
padding: 5px;
}
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}
.Normal
{
font-size: 14px;
}
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}
.SpecialTextPane .Normal
{
font-size: 11px;
}
#LinksContainer .Normal,
#LinksContainer,
.HeaderLink,
.HeaderLink:link,
.HeaderLink:active,
.HeaderLink:visited
{
font-size: 14px;
}
.heading
{font-family:tahoma; font-size:19px; padding-top:15px; padding-bottom:15px; padding-left:3px; color:#000000;}