html, body {
 margin                : 0;
 padding               : 0;
 background-color      : #FFFFFF;
}
form {
 margin           : 0;
 display          : inline;
}
img {
 display          : block;
}
img.inline {
 display          : inline;
}
table.inline, img.inline, div.inline {
 display          : inline;
}
table.block, img.block, div.block {
 display          : block;
}
div.none {
 display          : none;
}

table {
 border-collapse     : collapse;
 border-top-width    : 0px;
 border-bottom-width : 0px;
 border-left-width   : 0px;
 border-right-width  : 0px;
}
table.center, img.center {
 margin-left         : auto;
 margin-right        : auto;
}

td.textcell {
 image-align         : left;
 text-align          : left;
 vertical-align      : top;
 padding-top         : 0px;
 padding-bottom      : 0px;
 padding-left        : 20px;
 padding-right       : 20px;
}

table.centered td, td.centered, div.centered {
 image-align         : center;
 text-align          : center;
}

table.middle td, td.middle, img.middle {
 vertical-align      : middle;
}

.wide {
 width               : 100%;
}

:link, :visited {               text-decoration : none; }
:link:focus, :visited:focus {   text-decoration : none; }
:link {                         text-decoration : none; }
:visited {                      text-decoration : none; }
:link:hover, :visited:hover {   text-decoration : none; }
:link:active, :visited:active { text-decoration : none; }

