* { padding:0; margin:0; }
body {
	font-family:arial, helvetica, sans-serif;
	color:#000;
	background-color:#;
}
body, td { font-size:9pt; }
img { border-style:none; }
a { color:#F00; text-decoration:none; }
a:hover { text-decoration:underline; }




#left { float:left; width:250px; overflow:hidden; margin-left:0px; }





.popup { display:none; position:absolute; width:300px; left:50%; top:190px; margin:0 0 0 -150px; padding:1em; border:1px solid #da251d; border-top-width:20px; background-color:#FFF; }
.popup .close { width:18px; height:18px; position:absolute; right:0px; top:-19px; cursor:pointer; background:url(/files/x.gif) 0 0 no-repeat; }
.popup .title { font-weight:bold; margin-bottom:1em; }


