<!--
body {
    background-color: white;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: black;
    margin: 0px
}

A:link {text-decoration: none; color: #404080}
A:visited {text-decoration: none; color: #404080}
A:active {text-decoration: none; color: #404080}
A:hover {text-decoration: underline; color:#5E5EAE;}

.blacklink:link { COLOR: black; TEXT-DECORATION: none }
.blacklink:visited { COLOR: black; TEXT-DECORATION: none }
.blacklink:active { COLOR: black }
.blacklink:hover { COLOR: #542484; TEXT-DECORATION: none }

.headerlink:link { COLOR: white; TEXT-DECORATION: none }
.headerlink:visited { COLOR: white; TEXT-DECORATION: none }
.headerlink:active { COLOR: white }
.headerlink:hover { COLOR: white; TEXT-DECORATION: underline; }

.titlelink:link { COLOR: white; TEXT-DECORATION: none }
.titlelink:visited { COLOR: white; TEXT-DECORATION: none }
.titlelink:active { COLOR: white }
.titlelink:hover { COLOR: white; TEXT-DECORATION: underline; }

.table
{
    background-color: #CCCCCC;
}
.menutable
{
    background-color: #316999;
}
.menucell
{
    background-color: #397DB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: white;
}
.maintablecell
{
    background-color: #F7F7F7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}
.headercell
{
    
				background-color: #6699CC;
				background-color: #4A4994;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: white;
}
.titlecell
{
    background-color: #FFFFFF;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}
.highlightedcella
{
    background-color: #FFFFCC;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}
.highlightedcellb
{
    background-color: #FFE1A4;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}
.cell
{
    background-color: #F3F3F3;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}
td {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 9pt;
    color: black;
}

input,select,textarea {
    font-weight:normal;
    font-size:11px;
    font-family: arial, verdana, helvetica, sans-serif;
    /*border-style: solid;
    border-width: 1px; */
}

hr {
    height: 1px;
				border: dashed;
				color: #CCCCCC
}

.header {
    font-family: arial, verdana, helvetica, sans-serif, verdana; font-size: 12pt; font-weight: bold
}
.headerlarge {
    font-family: arial, verdana, helvetica, sans-serif, verdana; font-size: 14pt; font-weight: bold; color: red;
}
.subheader {
    font-family: arial, verdana, helvetica, sans-serif, verdana; font-size: 11pt; text-decoration: none
}
.text {
    font-family: arial, verdana, helvetica, sans-serif, verdana; font-size: 9pt; font-weight: none
}
.copyright {
    font-family: arial, verdana, helvetica, sans-serif, verdana; font-size: 8pt; font-weight: none; color: #FFFFFF;
}
.req {
    color: red;
				background-color: #FFFFFF;
}
-->