ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ol {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

table.base
{
    font-family: Arial, Helvetica, Verdana;
    color: #000000;
    text-align: justify;
    font-size: 12px;
}
table.outer-shell {
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    height: 100%;
    /*width: 635px;*/
    width: 100%;
}
table.inner-shell {
    padding: 0px;
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}
table.sub-shell {
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

td.header {
    background: #022291;
    padding: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid black;
}
td.body {
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    height: 790px;
}
td.image-at-right {
    vertical-align: top;
    padding-right: 10px;
    width: 100%;  
}
td.image-at-left {
    vertical-align: top;
    padding-left: 10px;
    width: 100%;  
}

div.watermark-logo {
    text-align: right;
}
div.thumbnail-enlarge {
    font-family: Arial;
    font-size: 80%;
}
div.text_ident {
	padding-left: 15px;
}
