/*  Styles supporting all MENU pages
    -- All color-dependent settings appear in associated subdirectory
    -- Menus are constructed from tables
*/

body {
    margin-top: 20px;
    margin-left: 13px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: turquoise;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}


p {
    color: black;
    font-size: 8pt;
    font-weight: normal;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-transform: none;
    line-height: 11pt;
    }
em {
    font-style: normal;
    font-weight: bold;
    }


table {
    border: 0px;
    }
table.NARROW {
    width: 130px;
    }
table.MEDIUM {
    width: 180px;
    }

th,
td {
    border-width: 1px;
    border-style: solid;
    border-color: turquoise;
    background-color: white;
    padding: 5px;
	font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    }

th.SPACE,
td.SPACE,
th.GROUP,
td.GROUP,
th.SPACE-FORM,
th.GROUP-FORM {
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
    font-size: 0pt;
    }
th.SPACE {
    height: 5px;
    }
td.SPACE {
    width: 5px;
    }
th.GROUP {
    height: 15px;
    }
td.GROUP {
    width: 15px;
    }
th.SPACE-FORM {
    height: 4px;
    }
th.GROUP-FORM {
    height: 8px;
    }
    

th.MULTI {
    border-bottom-width: 0px;
    background-color: turquoise;
	color: white;
    text-transform: uppercase;
   }
td.MULTI {
    border-width: 1px;
    border-style: solid;
    border-color: turquoise;
    border-top-width: 0px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    line-height: 13pt;
    }


a:link,
a:visited,
a.MULTI:link,
a.MULTI:visited {
	text-decoration: none;
	}
a:hover,
a:active,
a.MULTI:hover,
a.MULTI:active {
	text-decoration: underline;
	}


.TITLE {
    font-size: 7pt;
    text-transform: uppercase;
    }
.I5 {
    font-size: 120%;
    text-transform: lowercase;
    }
sup {
    font-size: 80%;
    }


