
/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 kills ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 kills ie5 win window inner well border */
   padding: 0;
   font-family: verdana, helvetica, sans-serif;
   font-size: 11px;
   line-height: 14px;
   background-color: #3c7ecb;
   min-width: 980px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 
{
margin:10px 0 10px 0;
font-family: Trebuchet MS, Helvetica, sans-serif;
font-weight: bold;
color:#1f5091;
}

p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

h1
{
font-size: 20px;
line-height: 23px;
}

h2
{
font-size: 15px;
line-height: 18px;
}

tbody {
border:none;
}