/* MAIN */
*        { padding:0px; margin:0px; border:none; clear:both; vertical-align:top; }
body     { width:100% height:100%; background:#002B00; }
img      { border:0px; text-decoration:none; }
hr       { height:3px; width:80%; color:#444444; background-color:#444444; margin:0px auto; float:center; margin-top:8px; margin-bottom:8px; }
.company { color:#333533; font-weight:bold; }

/* TABLE-MAIN */
td.bg_main  { width:766px; background:#FFFFFF; }
td.bg_left  { width:128px; background:url('img/background_left.gif') top left repeat-y; border-right:1px solid #000000; }
td.bg_right { width:128px; background:url('img/background_right.gif') top left repeat-y; border-left:1px solid #000000; }

/* LOGO AND MENU */
td.logo     { width:100%; height:324px; border-bottom:1px solid #000000; }
td.menu     { background:#111111; }
td.menu p   { font:bold 10px Tahoma; color:#333333; text-align:center; text-transform:lowercase; line-height:12px; }
td.menu p a { font:bold 10px Tahoma; color:#333333; text-align:center; text-decoration:none; }

/* TABLE-SUBSECTIONS */
td.main_left         { width:563px; overflow:hidden; }
td.main_right        { width:203px; overflow:hidden; }
td.bottom            { width:766px; overflow:hidden; height:42px; background:url('img/bottom.gif') top left no-repeat #EEEEEE; }
td.bottom td.left    { padding-top:32px; width:520px; }
td.bottom td.right   { padding-top:48px; width:246px; }
td.bottom td.left a  { color:#666666; text-decoration:none; border:none; }
td.bottom td.right a { color:#666666; text-decoration:none; border:none; }

/* BITS */
td.bg_main img.border  { border:1px solid #444444; }
td.bg_main h1          { font:normal 15px Verdana; color:#444544; text-align:left; margin-bottom:16px; }
td.bg_main h2          { font:normal 13px Verdana; color:#444544; text-align:left; margin-bottom:16px; }
td.bg_main p           { font:normal 11px Tahoma; color:#444544; text-align:justify; line-height:14px; margin-bottom:32px; }
td.bg_main p a,
td.bg_main p a:active  { font-weight:bold; color:#E55103; text-decoration:none; }
td.bg_main p a:hover   { font-weight:bold; color:#FF8103; text-decoration:none; border-bottom:1px dotted #FF8103; }

td.bg_main ul            { list-style:square inside url('img/bullet.gif'); }
td.bg_main ul.clients    { list-style-type:none; list-style-image:none; }
td.bg_main ul li         { font:normal 11px Arial; color:#43496f; line-height:13px; padding-bottom:4px; margin-bottom:4px; border-bottom:1px dotted #AAAAAA; }
td.bg_main ul.clients li { font:normal 12px Arial; color:#43496f; line-height:13px; padding-bottom:4px; margin-left:24px; margin-bottom:4px; border:none; }
td.bg_main ul li a       { font-weight:bold; color:#E55103; text-decoration:none; border:none; }

/* FORMS */
form { background:#EEEEEE; border:1px solid #DDDDDD; margin-top:16px; margin-bottom:16px; padding-top:8px; padding-bottom:8px; }
input, textarea { margin:4px; border:1px solid #DDDDDD; }
.boxtext { font:normal 11px Tahoma; color:#444544; }
