A {
    color: #003366;
    text-decoration: underline;
}

TD {
    font-family : Verdana, Arial;
    font-size   : 10pt;
}

P {
    font-family : Verdana, Arial;
    font-size   : 10pt;
}

.title {
    font-family : Verdana, Arial;
    font-size   : 11pt;
    font-weight : bold;
    color: #74082C;
}

.subtitle {
    font-family : Verdana, Arial;
    font-size   : 9pt;
    
    color: #74082C;
}

.copy {
    font-family : Verdana, Arial;
    font-size   : 8pt;
    color: #74082C;
}

li.listtitle {
    list-style-type: none;
    text-indent: -16px;
    font-weight : bold;
    color: #74082C;    
}

ul.liststyle {
    list-style-type: disc;
    
    margin-left: 10px;
    padding-left: 10px;
}

A:hover {
    text-decoration: none; 
	color: #74082C;
}

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

.line {
    color: #003366;
    background-color: #003366;
    height: 1px;
    border: 0px;
}


.right {
    text-align: right;
}
