html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   min-width: 600px;
   font-family:arial,helvetica;
   font-size:11px;
   background: #cdcdcd;
   background-image:url('http://img.blognotions.com/images/bn/www/ib_body_bg.gif');
   background-repeat:repeat-x;
   text-align:center;
}

td 
{
   font-family:arial,helvetica,sans-serif;
   font-size:12px;
   color:#666666;
}

input
{
font-size:11px;
}

select
{
font-size:11px;
width:198px;
}

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 600px;
   text-align: left;
   background:#ffffff;
}

#content
{
   padding:20px;
}

#tpHeader 
{
width:600px;height:100px;
background-image:url('http://i.nl02.net/tradepub000y/images/header.jpg');background-repeat:no-repeat;
}



a {color:#336699;text-decoration:underline;}
a:hover {color:#336699;text-decoration:none;}

