body
{
 background-color: #fcfce8;
 font-family: Arial, Helvetica;
 font-size: 10pt;
}

body, textarea
{
 scrollbar-base-color: #fcfce8;
 scrollbar-3dlight-color: #fcfce8;
 scrollbar-arrow-color: #083809;
 scrollbar-darkshadow-color: #fcfce8;
 scrollbar-face-color: #fcfce8;
 scrollbar-highlight-color: #083809;
 scrollbar-shadow-color: #083809;
 scrollbar-track-color: #fcfce8;
}

A:link {font-size: 9pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #083809;}
A:visited {font-size: 9pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #083809;}
A:active {font-size: 9pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #083809;}
A:hover {font-size: 9pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #a41504;}

A.my_big:link {font-size: 11pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #083809;}
A.my_big:visited {font-size: 11pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #083809;}
A.my_big:active {font-size: 11pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #083809;}
A.my_big:hover {font-size: 11pt; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; text-decoration: none; color: #a41504;}

img
{
 border-style: none;
}


table
{
/* border-bottom-style: solid;
 border-bottom-width: 2px;
 border-bottom-color: #083809;*/
 border-collapse: collapse;
 /*table-layout: fixed;*/
 border-spacing: 0px;
 empty-cells: show;

 font-family: Arial, Helvetica;
 font-size: 10pt;
}

td
{
 border-top-style: solid;
 border-top-width: 1px;
 border-top-color: #083809;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #083809;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 28px;
 padding-right: 28px;
}

td.my_header
{
 border-top-width: 1px;
 border-bottom-width: 2px;
 font-weight: bold;
}

td.my_noborder
{
 border-top-width: 0px;
 border-bottom-width: 0px;
}

img.my_border
{
 border-style: solid;
 border-width: 1px;
 border-color: #083809;
}

.my_form
{
 border: #083809 solid;
 color: #000000;
 background: #f7f7c8;
 font-size: 10px;
 border-width: 1px;
 padding: 1px;
 padding-left: 2px;
}

