html {overflow-y:scroll;}
body {margin-top:0px;text-align:center;background-color:#BDD2E6;}

.bg {background-image:url(images/bg_content.jpg);background-position:0px 0px;background-repeat:no-repeat;overflow-y:hidden;}
.content {float:left;position:relative;top:-390px;left:195px;width:567px;height:auto;margin-bottom:-390px;padding-bottom:15px;color:#ffffff;font-family:Arial, Courier;font-size:14px;font-style:normal;font-weight:normal;text-align:left;}
.content p {color:#ffffff;font-family:Arial, Courier;font-size:14px;font-style:normal;font-weight:normal;}
.whiteBorder {border:2px solid #ffffff;}
.bg_tile {width:778px;height:auto;background-image:url(images/bg_tile.jpg);background-position:0px 0px;background-repeat:repeat-y;}
.note {float:left;width:100%;padding:3px;margin-bottom:10px;background-color:#ffffff;color:#ff0000;font-size:11px;}

#table th {text-align:left;font-size:11px;font-weight:bold;color:#ffffff;}
#table td {font-size:10px;color:#000000;}
#table td a:link, #table td a:active, #table td a:visited {font-size:10px;color:#0000ff;}
#table td a:hover {font-size:10px;color:#ff0000;}

.flash {float:left;width:582px;height:auto;}
.fL {float:left;}
.fR {float:right;}
.pB15 {padding-bottom:15px;}
.mL-8 {margin-left:-8px;}
.pL5 {padding-left:5px;}

.header {float:left;width:auto;height:auto;padding-bottom:15px;clear:both;}
a:focus {outline:none;}
a:link, a:active, a:visited {color:#F5A538;}
a:hover {color:#FDC880;}

/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
* {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px; }
a.tooltip:hover {background:#ffffff;text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none;padding:2px 3px;margin-left:8px;width:350px;}
a.tooltip:hover span {display:inline;position:absolute;padding:5px;border:1px solid #000000;background:#ffffff;color:#000000;}
