﻿/* purpose classes */
.clear
{
    clear: both;
    height: 0px;
}

.hr
{
    background-color: #E3E4E5;
    min-width: 100%;
    height: 1px;
    clear: both;
    margin: 5px 0 5px 0;
}

.hideElem
{
    display: none;
}
.showElem
{
    display: inline;
}

/* old html style */

i
{
    font-style: italic;
}

b
{
    font-weight: bold;
}

u
{
    text-decoration: underline;
}

/* headings */
h1, h1 a
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    color: #000066;
}

h1 a:hover
{            
    color: #00AAEA;
}

h2, h2 a
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    clear: both;
    color: #000066;
}

h2 a:hover
{            
    color: #00AAEA;
}

h3, h3 a
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    clear: both;
    color: #00AAEA;
}

h4, h4 a
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    clear: both;    
    color: #666666;
}

h5, h5 a
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    clear: both;
}

h6, h6 a
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    clear: both;
    color: #000066;
}

/* colors */
.green, .green a
{
    color: #339933;
}
.green a:hover
{
    color: #339933;
}

.navy, .navy a
{
    color: #000066;
}
.navy a:hover
{
    color: #00AAEA;
}

.cyan
{
    color: #00AAEA;
}

.gray
{
    color: #999999;
}

.black
{
    color: black;
}

.white, .white a
{
    color: white;
}
.white:hover, .white a:hover
{
    color: #8CB3CE;
}

/* size */
.small, .small a
{
    font-size: 8pt;
}

.regular
{
    font-size: 9pt;
}

.large
{
    font-size: 10pt;
}


/* layout */
.padded
{        
    padding: 5px 17px 0px 17px;    
    width:569px;
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    font-family: Arial, sans-serif;
    color: #666666;
    line-height: 1.4em;
}

.wall2wall
{
    padding-top: 5px;
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    font-family: Arial, sans-serif;
    color: #666666;
    line-height: 1.4em;
}

/* text */
.separator
{
    color: #000066;
    padding: 0 3px 0 5px;
}

/* Information Table */
.infoTable
{
    background-color: #F0F0F0;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 8pt;
    color: #666666;
    line-height: 1.7;
    
    border-color: #B4B4B4;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.infoTable td
{
    border-color: #B4B4B4;
    border-width: 0 1px 0 0;
    border-style: solid;
}
.infoTable a
{
    font-size: 8pt;
}

.infoTableH1
{
    font-weight: bold;
    background-color: #000066;
    color: white;   
}
.infoTableH1 a
{
    font-weight: bold;
    background-color: #000066;
    color: white;
    text-decoration: underline;
    font-size: 8pt;
}
.infoTableH1 a:hover
{
    color: #00AAEA;
    text-decoration: underline;
    font-size: 8pt;
}
.infoTableH2
{
    background-color: #00AAEA;
    color: white;
}
.infoTableAltRow
{
    background-color: #DDDDDD;
}


