/* base styles for all frameless/unframed pages, including the NOFRAMES tag within FRAMESETs */

body {
	background-color: #f2f2f2;
    color: black;
	font-size: 8pt;
	font-weight: normal;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 15pt;
	}

h1 {
    background-color: #6d84ad;
    color: white;
    font-size: 19pt;
	font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    }
h2 {
    background-color: #6d84ad;
    color: white;
    font-size: 9pt;
	font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.0em;
    }

a:link,
a:visited {
    color: #2a0070;
    font-weight: bold;
	text-decoration: none;
	}
a:hover,
a:active {
    color: #2a0070;
    font-weight: bold;
	text-decoration: underline;
	}

.TITLE {
    font-size: 90%;
    text-transform: uppercase;
    }
em {
    font-size: 11pt;
    font-style: normal;
	font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    }

table {
    height: 100%;
    border-width: 0px;
    }
td {
	font-size: 8pt;
    text-align: justify;
    line-height: 15pt;
    }

img {
    border: 0px;
    }
