/*
DESCRIPTION
    This is the global site style sheet for the DeploymentLINK web site.
    All web pages with the DeploymentLINK look-and-feel should incorporate
    this style sheet with a link tag such as:

    <LINK REL="STYLESHEET" TYPE="text/css" HREF="style.css">

*/

/*--- classes for the common banner --- */

BODY
{
    background-color: #FFFFFF;           /*Background color is white */
    font-family: Times New Roman; font-size: 12pt;                /* sans-serif font by default */
}


TD.title { font-family: Times New Roman; font-size: 12pt; font-weight: bold;}

TD { font-family: Times New Roman; font-size: 10pt;}

a.ref { font-family: Times New Roman; font-size: 10pt;}

p.toc { font-family: Bookman Old Style; font-size: 14pt;}

p.mainTitle { font-family: Times New Roman; font-size: 22pt; font-weight: bold; }

p.subTitle { font-family: Times New Roman; font-size: 14pt; font-style: italic; font-weight: bold; }

p.heading { font-family: Times New Roman; font-size: 18pt; font-weight: bold; }
