@charset "UTF-8";

/*____________________________________________________

     Finance Style
     Center for the Science of Human Endeavor 2007 Allrights Reseved

____________________________________________________*/


/* Header
____________________________________________________*/

h1 {
   padding-top: 25px;
   padding-bottom: 15px;
}

/* Case
____________________________________________________*/

/* Clearfix
____________________________________________________*/

div#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#wrapper {display: inline-table;}

/* Hides from IE-mac \*/
* html div#wrapper {height: 1%;}
div#wrapper {display: block;}
/* End hide from IE-mac */

/* Table
____________________________________________________*/

div#container table  {
   margin: 10px 0 20px 0;
}

div#container table th,
div#container table td {
   border-bottom: 1px solid #666;
}

div#container table td.list{
   border: 0px;
}

div#container table td {
   padding: 5px;
}