/******************************************************************************
 * Design for FAQ pages
 ******************************************************************************/

h2
{
    color:              #9e7f41;                                /* Dark Brown */
    display:            inline;
    font-weight:        bold;
    font-size:          11pt;
    margin:             5px;
    padding:            0px;
}

h2 a, h2 a:visited
{
    color:              #9e7f41;
    text-decoration:    none;    
}

h2 a:hover
{
    color:              #9e7f41;
    text-decoration:    underline;    
}

h3
{
    color:              #315478;                                 /* Dark Blue */
    display:            inline;
    font-weight:        bold;
    font-size:          11pt;
    margin:             0px;
    padding:            0px;    
}

.faq
{
    color:              #315478;                                 /* Dark Blue */                                                                       
}

.faq a, .faq a:visited
{
    color:              #315478;                                 /* Dark Blue */
    text-decoration:    none;
}

.faq a:hover
{
    color:              #315478;                                 /* Dark Blue */
    text-decoration:    underline;
}

.term
{
    float:              left;
    width:              75px;
    margin:             0px;
    padding:            0px;
    padding-left:       5px;
}

.definition
{
    border-right:       1px solid #000;
    float:              left;
    width:              225px;
}

table
{
    margin-left:        30px;
    width:              600px;
}

td.right
{
    text-align:         right;
}

td, td.right
{
    border:             1px solid #000;
    margin:             0px;
    padding:            5px;
}