<style>

body {}

body {
    font-size: 8pt;
    font-family: verdana;
    background-color: #ffffff;
    color: #444444;
    height: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    }
body.fotos {
	background-color: black;
	margin:16px;
	}

a {
    font-weight: bold;
    color: #1A67C6;
    text-decoration: none;
    }

.blue a {
    color: #59BDF9;
    }
.blue a:hover {
    color: #59BDF9;
    }


a:hover {
    color: #1A67C6;
    text-decoration: underline;
    }

p {
    margin: 0px 0px 6px 0px;
    }

h1 {
    font-size: 14pt;
    margin: 8px 0px 4px 0px;
    }

.blue h1 {
    font-size: 10pt;
    }

h2 {
    margin: 0px 0px 4px 0px;
    font-size: 10pt;
    }

img {
    border: 0px solid white;
    }
img.blue {
    border: 1px solid #D0D0D0;
    }

table {
    font-size: 9pt;
    font-family: verdana;
    background-color: #E8E8E8;
    text-align: left;
    }

td {
    padding: 6px 9px 10px 9px;
    vertical-align: top;
    height: 0px;
    }

td.logo {
    padding: 0px;
    background-color: #021D52;
    height: 88px;
    }

td.menu {
    padding: 4px 9px 0px 10px;
    color: #1A67C6;
    background-color: #D0D0D0;
    border-bottom: 2px solid #021D52;
    height: 24px;
    }

td.body {
    height: 100%;
    }

td.rightcol {
    padding-left: 0px;;
    }
.blue {
    background-color: #021D52;
    color: #D0D0D0;
    }
.nopadding{
    padding: 0px;
    }

.italic {
    font-style: italic;
    }
</style>


