/* base styles for all foot(er) pages (there is NO need for other styles within these pages) */

body {
    margin-top: 0px;
    margin-left: 21px;
    margin-right: 17px;
    margin-bottom: 0px;
	background-color: white;
    color: #a0a0a0;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	}

table {
    width: 100%;
    height: 17px;
    border: 0px;
    }
th {
    vertical-align: bottom;
    font-size: 7pt;
	font-weight: normal;
    text-transform: none;
    text-align: left;
    }
td {
    vertical-align: bottom;
    font-size: 6pt;
	font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    }

a:link,
a:visited {
    color: #a0a0a0;
	text-decoration: none;
	}
a:hover,
a:active {
    color: #707070;
	text-decoration: underline;
	}


