/* -------------------------------------------------------------- 
  
   Sparkable
   * Version:   0.2 (28/8/2007)
   * Website:   http://www.sparkable.com/
      
   This is the main CSS-file for the framework.
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

h1,h2,h3,
h4,h5,h6  { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin-top: 1.5em; }

body      { font-family: Tahoma, Arial, Helvetica, sans-serif; } 

#banner img {
  float: none;
  margin: 1.5em 0 1.5em 0;
  width: 100%;
}

img { 
  float: right; clear: right;
  margin:1.5em 0 1.5em 1.5em;
  border: 0;
}

#right {
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
}


#right table {
  width: 100%;
  margin: 0; padding: 0;
  border: 1px solid #000;
}

#right table th,
#right table td {
  padding: 2px;
}

#right table th { 
  font-weight: bold;
  background: #DBDBDB;
}

#b {
  text-align: center;
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
#logo,
#nav,
#left
{ display:none; }
