
html, body { margin: 0; padding: 0; }

div#leftCol { float: left; width: 200px; }

div#rightCol { float: right; width: 200px; }

div#centerCol { margin: 0 200px; margin-top:22px; font-family:arial; font-size:12px }

img { border-style: none; border-width: 1px; }

table { text-align:left }

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 17px; }

.linetab {
 font-family: Tahoma, sans-serif;
 font-size: 11px;
 border:1px solid #ffffff;
 background-color: #999999;
}

tr.color2 { background-color: #d9d9d9;}
tr.color1 { background-color: #f2f2f2;}

a:link, a:visited { color: #0033bb; text-decoration: none; }
a:hover { color: #0000EE; text-decoration: underline; }
a:active { color: #5668C8; text-decoration: none; }

