/*	Style from supmit.com					*/

/* Link style */

A:link { color: #0000FF; text-decoration: none }
A:visited { color: #0000FF; text-decoration: none }
A:hover { color: #C00000; text-decoration: underline }

/* Font style */

.h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #000000;
    line-height: 120%;
    padding: 1px;
    }

.h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    line-height: 120%;
    padding: 1px;
    }

.text_def {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: none;
    color: #000000;
    }
    
.text_bold {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    }

/* TD style */

.td_title {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 1px;
    padding-bottom: 2px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #8080FF;
    border-style: solid;
    background-color: #8080FF;
    }
    
.td_content {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 1px;
    padding-bottom: 3px;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #8080FF;
    border-style: solid;
    background-color: #FFFFEA;
    }
    
.pop_title {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 1px;
    padding-bottom: 2px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #8080FF;
    border-style: solid;
    background-color: #8080FF;
    }
    
.pop_content {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 1px;
    padding-bottom: 3px;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #8080FF;
    border-style: solid;
    background-color: #FFFFEA;
    }