/* base styles for all content pages in application (some pages will require other styles, e.g. for forms or lists) */

body {
    margin-top: 20px;
    margin-left: 23px;
    margin-right: 27px;
    margin-bottom: 13px;
    color: turquoise;
	font-size: 8pt;
	font-weight: normal;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 15pt;
	}


em {
    font-style: normal;
    font-weight: bold;
    }
.STANDOUT {
    color: turquoise;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    }

.TITLE {
    font-size: 90%;
    text-transform: uppercase;
    }

.I5 {
    font-size: 120%;
    font-weight: bold;
    text-transform: lowercase;
    }
sup {
    font-size: 90%;
    }

cite {
    color: turquoise;
    font-style: normal;
    font-weight: normal;
    }

code,
.CODE {
    font-weight: normal;
    font-family: Lucida Sans Typewriter, Lucida Console, monospace;
    }
.CODE {
    background-color: #f2f2f2;
    padding: 5px;
    line-height: normal;
    }  


h1,
.H1 {
    padding: 0px;
    font-size: 15pt;
	font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    }
h2,
.H2 {
    padding: 0px;
    margin-top: 40pt;
    font-size: 10pt;
	font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    }


a:link,
a:visited {
    font-weight: bold;
	text-decoration: none;
	}
a:hover,
a:active {
    font-weight: bold;
	text-decoration: underline;
	}


table {
    width: auto;
    border: 0px;
    }

th {
    padding: 5px;
	font-size: 7pt;
	font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    }
td {
    padding: 0px;
	font-size: 8pt;
    text-align: left;
    line-height: 15pt;
    }

th.SPACE,
td.SPACE,
th.GROUP,
td.GROUP {
    background-color: transparent;
    padding: 0px;
	font-size: 0pt;
    }
th.SPACE {
    height: 15px;
    }
td.SPACE {
    width: 15px;
    }
th.GROUP { /* put a space above and below */
    background-color: turquoise;
    height: 2px;
    }
td.GROUP {
    width: 45px;
    }


.CENTERED {
    text-align: center;
    }
.RIGHTED {
    text-align: right;
    }
.TOPPED {
    vertical-align: top;
    }


img {
    border: 0px;
    }
