

body,th,td {
    font-size: 9pt;
    font-family: "Lucida Grande", Arial, sans-serif;
    text-decoration: none;
    color: black;
    background-color: white;
}

h1 {
    font-size: 20pt;
    font-family: "Lucida Grande", Arial, sans-serif;
    padding-bottom: 10px;
}

h1.mmi {
    font-size: 36pt;
    font-family: "Helvetica", "Lucida Grande", Arial, sans-serif;
    padding-bottom: 10px;
//    letter-spacing: -0.05em;
}

h2 {
    font-size: 14pt;
    font-family: "Lucida Grande", Arial, sans-serif;
    padding-bottom: 6px;
}

h3 {
    font-size: 11pt;
    font-family: "Lucida Grande", Arial, sans-serif;
    margin-top: 20px;
}

div.maindiv {
   width: 720px; 
   margin-top: 20px; 
   padding: 10px; 
   color: black;
   background-color: white; 
   background-image: none; 
}


div.menudiv {
   padding-bottom: 30px; 
}


div.copyright {
    font-size: 6pt;
    text-align: center;
}

div.notes {
    font-size: 8pt;
}


span.notestitle {
    color: gray;
}


div.hrdiv {
   margin-top: 20px; 
}


th {
    font-weight: bold;
}



sup {
    font-size: 8pt;
}


a {
    font-family: "Lucida Grande", Arial, sans-serif;
    text-decoration: none;
}


	
a:hover {
    font-family: "Lucida Grande", Arial, sans-serif;
    text-decoration: underline;
}


#mainbox {
    background-color: #fff;
    color: black;
    margin-top: 30px;
    margin-right: 26px;
    margin-left: 18px;
    position: absolute;
    top: 10px;
}
	
#taskbox {
    background-color: #eee;
    color: black;
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 12px;
    margin-bottom: 12px;
    border: solid 1px #444;
}


