body {
    font-size:12px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    }
p {
    margin-bottom:0;
    margin-top:2pt;
    padding-bottom:0;
    padding-top:0;
}
a		    {font-weight:bold;color: #0039B0; text-decoration: none;cursor: pointer;}
a:active	{font-weight:bold;text-decoration: none;}
a:link		{font-weight:bold;color: #0039B0; text-decoration: none;}
a:visited	{font-weight:bold;color: #8F308F; text-decoration: none;}
a:hover		{font-weight:bold;color: #E80005; text-decoration: underline;}

.title {
    font-size: 160%;
    line-height: 120%;
    font-weight: bold;
    margin-top: 16pt;
    }
    
.subtitle {
    font-size:12pt;
    background-color: #ffdeb3;
    font-weight: bold;
    padding: 2pt 2pt 2pt 2pt;
    margin-top: 8pt;
    }
    
.sublabel {font-style:italic;}

.casetitle {
    font-weight: bold;
    margin-top: 10pt;
    }
    
.lrgsubjtitle {
    font-weight:bold;
    padding-top:8pt;
    text-decoration:underline;
}

.reftbltitle {
    font-style:italic;
    text-decoration:underline;
    padding-top: 8pt;
}
    
ul {
    margin-left: 16px;
    padding-left: 0;
    list-style-position:inside;
    list-style-type:disc;
    }

li {
    margin-top:2pt;
    padding:0 0 0 16px;
    text-indent:-16px;
    }
    
table {
    border-collapse:collapse;
    border-color: #c0c0c0;
    width: 80%;
}

td {
    font-family:Arial,Helvetica;
    font-size:12px;
    line-height:17px;
    text-align:left;
    vertical-align:top;
}