﻿.table_border_tl
{
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/top_left.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
   width                : 20px;
   height               : 20px;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_tt
{
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/top.gif);
   background-position  : left top;
   background-repeat    : repeat-x;
   width                : 800px;
   height               : 20px;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_tr {
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/top_right.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
   width                : 20px;
   height               : 20px;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_ll {
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/left.gif);
   background-position  : left top;
   background-repeat    : repeat-y;
   width                : 20px;
   height               : 100%;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_rr {
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/right.gif);
   background-position  : left top;
   background-repeat    : repeat-y;
   width                : 20px;
   height               : 100%;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_bl {
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/bottom_left.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
   width                : 20px;
   height               : 20px;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_bb {
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/bottom.gif);
   background-position  : left top;
   background-repeat    : repeat-x;
   width                : 800px;
   height               : 20px;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}

.table_border_br {
   background-attachment: inherit;
   background-color     : black;
   background-image     : url(images/bottom_right.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
   width                : 20px;
   height               : 20px;
   padding              : 0px 0px 0px 0px;
   margin               : 0px 0px 0px 0px;
}


.title_image
{
   background-attachment: inherit;
   background-color     : White;
   background-image     : url(images/title_image_2.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
   width                : 630px;
   height               : 40px;
   padding              : 0px 0px 10px 0px;
   margin               : 0px 0px 0px 0px;
}
