html, body
{
   height: 100%;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
}

body, input, select, td, textarea { color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px; }
hr { background-color: #000000; border-width: 0px; color: #000000; height: 1px; }

.select { width: 200px; }
.text { width: 200px; }
.textbox { height: 100px; width: 200px; }

.backgroundFooter
{
   background-image: url( ../images/footer.jpg );
   background-position: top left;
   background-repeat: no-repeat;
}

.backgroundInternal
{
   background-image: url( ../images/background_internal.jpg );
}

.backgroundLeft
{
   background-image: url( ../images/background_left.jpg );
   background-position: top right;
}

.backgroundMiddle
{
   background-image: url( ../images/background_middle.jpg );
   background-position: top center;
   background-repeat: repeat-y;
}

.backgroundRight
{
   background-image: url( ../images/background_right.jpg );
   background-position: top left;
}

.bodyCell
{
   background-color: #FFFFFF;
   padding-bottom: 11px;
   padding-left: 12px;
   padding-right: 12px;
   padding-top: 11px;
}

.footer
{
   
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
}

a:link.footer { color: #FFFFFF; }
a:visited.footer { color: #FFFFFF; }
a:hover.footer { color: #FFFFFF; }
a:active.footer { color: #FFFFFF; }
