/*
G5 CSS Styles

Font Sizes:
Normal: 10pt
Small: 8pt
*/
html, body
{
    padding:    0;
    margin:     0;
}

#body
{
    width: 755px;
}

html
{
    background-image: url('/images/layout/layout_side.jpg');
    background-repeat: repeat-y;
}

html, body, table, tr, td
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

#header
{
    background-image: url('/images/layout/layout_top.jpg');
    height: 97px;
}

#menu
{
    float: left;
    padding-left: 7px;
    width: 125px;
    overflow: none;
}

#menu a
{
    color: #FFFFFF;
    font-size: 18px;
}

#content
{
    margin-left: 137px; /* must be wider than #menu */
}

/* Remove border from link images */
a, a img
{
    border-width:           0;
    text-decoration:        none;
}

/* All links should be Blue */
a
{
    color: #0000FF;
}

.copylink
{
    color: #FF0000;
    font-size: 8pt;
    text-decoration: none;
}

.productlink
{
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.sm
{
    font-size: 8pt;
    text-decoration: none;
}

.bold
{
    font-weight: bold;
    text-decoration: none;
}

.sm_bold
{
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}

.italic
{
    font-style: italic;
    text-decoration: none;
}

.sm_italic
{
    font-style: italic;
    font-size: 8pt;
    text-decoration: none;
}

.bold-italic
{
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.sm_bold-italic
{
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
    text-decoration: none;
}

.bold-underline
{
    font-weight: bold;
    text-decoration: underline;
}

.sm_bold-underline
{
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
}

.trademark
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 7pt;
    vertical-align: super;
}

.dbl_u
{
    /* text-decoration: underline; */
    border-bottom: 1px double #000000;
}

/* Colors */
.red_italic
{
    font-weight: bold;
    font-style: italic;
    color: #FF0000;
    text-decoration: none;
}

.dark-red_italic
{
    font-weight: bold;
    font-style: italic;
    color: #CC0000;
    text-decoration: none;
}

.centered
{
    text-align: center;
}

.forminput
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #CCCCFF;
}
