﻿body 
{
    background:white;
    font-family:Arial;
    font-size:small;
}
h1
{
    color:Blue;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}
h2
{
    color:Blue;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
}
h3
{
    color:Blue;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
}
table.max
{
    width:100%;  
}
table.border
{
   border-style:solid;
   border-width:thin;
   border-color:Black;
}
td.left
{
    text-align:left;
}
td.right
{
    text-align:right;
}
td.center
{
    text-align:center;
}
td.bRight
{
   border-right-color:Black;
   border-right-style:dotted;
   border-right-width:thin;
}
td.hdg
{
    vertical-align: top;
    font-weight:bold;
    font-size:medium;
    color:black;
}
p.instruct
{
    text-transform:capitalize;
    color:Green;
    font-weight:600;
} 

.accordionHeader
{
     background-color:White;
     font-size:small;
     font-weight:400;
     color:blue;
     text-decoration:underline;
     text-align:left;
     margin-left:1px;
     font-family:Arial;
     cursor:pointer;
}

.accordionContent 
{
    background-color:transparent;
    font-size:small;
    margin-left:5px;
    font-family:Arial;

}
.accordionLink
{
    text-decoration:underline;
    color:blue;
}  
