
html,body {
    background-color:	#b0c0c0;
    text-align:         left;
    margin:				1em;
    padding:            0px;
    line-height:		1.3em;
    height:             100%;
    font-family:        Serif;
}

p {
    vertical-align:		text-top;
    text-align:         left;
    margin:				0em;
    margin-bottom:		2em;
    padding:            0.5em;
    font-size:          12pt;
    text-indent:		0em;
    line-height:		1.2em;
    border-style:       solid;
    border-color:       #eeeeee;
    background-color:   #a0b0f0;
}

table {
    border-style:       solid;
    border-color:       #eeeeee;
    border-spacing:     0px;
    background-color:   #b0c0c0;
    padding:            0em;
    margin-bottom:      2em;
}

tr {
    margin:             0em;
    padding:            0em;
}

tr.table_head {
    margin:             0em;
    padding:            0em;
    font-weight:        bold;
}

td {
    border:             solid;
    border-color:       #eeeeee;
    background-color:   #a0b0f0;
    margin:             0em;
    padding:            0.25em;
}

td.table_section {
    border:             solid;
    border-color:       #eeeeee;
    background-color:   #8090e0;
    padding:            0.25em;
    text-align:         center;
    font-weight:        bold;
}

h1 {

}

span.sectiontitle {
    border-style:       solid;
    border-color:       #eeeeee;
    background-color:   #a090d0;
    padding-bottom:     0em;
    padding-top:        0.25em;
    padding-left:       0.5em;
    padding-right:      0.5em;
    margin:             0em;
    text-align:         center;
    font-family:        Serif;
    font-weight:        bold;
    font-size:          16pt;
    line-height:		1em;
}

img.thumb {
    width:              320px;
    width:              240px;
    border-style:       solid;
    border-color:       #eeeeee;
}

div {
    text-align:         left;
    margin:             0px;
    padding:            0px;
}

span {
    margin-left:        20px;
    line-height:		2em;
    background-color:   #8090e0;
    font-family:        Courier;
}

span.caption {
    margin-left:        0px;
    padding:            0.25em;
    line-height:		2em;
    background-color:   #8090e0;
    font-family:        Courier;
}


a img {
    margin-top:         1.5em;
}