/***
	General StyleSheet for all browsers supporting CSS.
	For newer browsers than version 4 see "w3c.css".
***/

/*** HTML tags ***/
BODY
{
    font-family: Tahoma, Geneva, Sans-Serif;
    color: #002A66;
    background-color: #FFFFFF;
    font-size: 70%;
    line-height: 85%;
    text-align: left;
}
A, A:link, A:visited, A:hover, A:active
{
    font-size: 1.0em;
    line-height: 1.3em;
}
IMG
{
    border-width: 0px;
}
P
{
    margin: 0px 0px 10px 0px;
    line-height: 1.3em;
}
UL
{
    margin: 3px 0px 10px 14px;
    padding-left: 0px;
}
LI
{
    font-size: 1em;
    line-height: 1.3em;
}
TABLE
{
}
CAPTION
{
    text-align: left;
    padding: 15px 0px 5px 0px;
    font-weight: bold;
}
TH, TD
{
    text-align: left;
    padding: 3px 6px 3px 6px;
    vertical-align: top;
}

TH, TD, .login /* DK 03/12/2009 - Added to correct alignment issue with text and input box - only applies to RBS */
{
    vertical-align: middle;
}
FORM
{
    margin: 0px;
    padding: 0;
}
SELECT
{
    font-size: 1.0em;
    vertical-align: middle;
}
INPUT
{
    font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    vertical-align: middle;
}
TEXTAREA
{
    font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 200px;
    height: 60px;
}

SELECT
{
    font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
}

/* Tables created just to help formatting of FIELDSETs don't get gridlines */
FIELDSET, FIELDSET TABLE, FIELDSET TR, FIELDSET TD
{
    border-style: none;
}

H1
{
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0px 0px 5px 0px;
}
H2
{
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0px 0px 5px 0px; /* Changed from 15px 0px 5px 0px by Daryl Kennedy - Home Page redesign */
}
H3
{
    font-size: 1.08em;
    line-height: 1.4em;
    margin: 15px 0px 5px 0px;
}
H4, H5
{
    font-size: 1em;
    line-height: 1.4em;
    margin: 15px 0px 5px 0px;
}
/*** HR ***/
DIV.hr
{
    clear: both;
    height: 1px;
    background: #B9B9B9;
    margin: 10px 0px 0px 0px;
}
DIV.hr HR
{
    display: none;
}

/************* ids *************/

/******* classes *******/
.fr
{
    float: right;
}
.fl
{
    float: left;
}
.fn
{
    float: none;
}
.cb
{
    clear: both;
}
.tal
{
    text-align: left;
}
.tac, .warning
{
    text-align: center;
}
.tar
{
    text-align: right;
}
.vat
{
    vertical-align: top;
}
.vam
{
    vertical-align: middle;
}
.vab
{
    vertical-align: bottom;
}
.wauto
{
    width: auto !important;
}
.print
{
    display: none;
}
.noprint
{
}

.small
{
    font-size: 0.8em;
}
table td p.small
{
    font-size: 0.86em;
}
.large
{
    font-size: 1.2em;
}
.larger
{
    font-size: 1.5em;
}
.apr
{
    font-size: 1.01em !important;
    font-weight: bold;
}
td .apr
{
    font-size: 1.1em !important;
    font-weight: bold;
}

.DocBuildList LI {

    margin-bottom: 4px;
}

