body
{
 color: navy;
 vertical-align: middle;
 font-size: 8pt;
 font-family: MS Sans Serif;
}
textarea, input
{
 color: navy;
 font-family: MS Sans Serif;
 font-size: 8pt;
 border: 1px solid navy;
}
select
{
 color: navy;
 font-family: MS Sans Serif;
 font-size: 8pt;
 border: 1px solid navy;
}
fieldset
{
 border: 1px solid navy;
}
/* TABLE */
hr
{
 height: 1px;
 color: navy;
}
.button
{
 color: navy;
 height: 18px;
 background-color: #DDEEFF;
 font-family: MS Sans Serif;
 font-size: 10;
 border: 1px solid navy;
 cursor: pointer;
}
td
{
 /*vertical-align: top;*/
}
table
{
 font-size: 8pt;
 font-family: MS Sans Serif;
}
.Html-Div
{
 border: 1px solid navy;
 padding: 6 6 6 6;
 margin: 4 4 4 4;
}
.Html-P
{
 text-indent: 20px;
 margin-top: 10px;
 margin-bottom: 1px;
}
