
font: 11px arial, helvetica, sans-serif;

h1 { color: black; text-align: left; }
h1.bd { color: navy; text-align: center; font-size: 1.6em;}
h2 { color:navy; text-align:center; font-size: 1.4em; }

h2.top {
color: black; 
text-align: left; 
align: top;
padding: 0px;

}

h3 { color:navy; text-align:left font-size: 1.17em; }
h4 { color:navy; text-align:left font-size: 1em; }
h5 { color:navy; text-align:left font-size: .83em; }
h6 { color:navy; text-align:left font-size: .75em; }
body { }

a:hover {
color: #a00;
}

a:link, a:visited {
cursor: pointer;
}

.date-picker{
        border: 1px solid #7777BB;
        padding: 3px;
        font-size: 9pt;
        margin: 2px;
        background: #7777BB;
        border-radius: 10px;
        font-weight: bold;
        width:100px;
        text-align:center;
}
.date-picker:hover{
        cursor:pointer;
        text-decoration:underline;
}