a:link {
  color		: #661616; 
}
a:visited {
  color		: #282828; 
}
a:active {
  color		: #FF6600;
}

body {
  background 	: #666666;
}

img { 
  border : 0;
}

#top { 
  z-index       : 2;
  position      : absolute; /* fixed */
  top           : 20px;
  left          : 40px;
  width         : 120px;
  height        : 120px;
  text-decoration : none;
  /*background-color : #999999;*/
}
#nav_bar { 
  position      : absolute;
  top           : 141px;
  height        : 33px;
  left          : 40px;
  width         : 500px;
  /*background-color : #333333;*/
}

#placeholder { 
  z-index       : 1;
  position      : absolute; /* fixed */
  top           : 0px;
  left          : 0px;
  right         : 0px;
  height        : 175px;
  background-color: #666666;
}
#left_bar {  
  z-index       : 1;
  position      : absolute; /* fixed */
  text-align    : left;
  top           : 0px;
  left          : 0px;
  bottom        : -1px;
  width         : 39px;
  height        : auto;
  background-color: #666666;
}
#main { 
  z-index       : 0;
  position      : absolute;
  top           : 175px;
  left          : 40px;
  height        : auto;
  width         : 540px;
  min-width     : 280px;
 }
h1, h2, h3, h4, h5, h6  {
  font-family 	: univers, lucida grande, sans-serif;
  font-weight 	: bold;
  color       	: #ffffff;
  margin-top    : 1.4em;
  margin-bottom : 0.2em;
}
table { 
  margin-top    : 0.8em;
  margin-bottom : 0.2em;
 }
p, td, ol, ul, body {
  color		: #cccccc;
  font-family	: frutiger, lucida grande, verdana, sans-serif;
  font-size  	: 10pt;
  line-height   : 14pt;
  margin-top    : 0.8em;
  margin-bottom : 0.2em;

}
p { 
  text-indent   : 0.5cm;
 }
p.newline { 
  padding       : 0px;
  margin        : 0px;
  text-indent   : 0px;
} 
h1 {
  font-size	: 18pt;
  
}
h2 {
  font-size    	: 16pt;

}
h3 {
  font-size    	: 14pt;

}
h4 {
  font-size    	: 12pt;
  
}
h5 {
  font-size    	: 11pt;
  
}
h6 {
  font-size    	: 10pt;
  
}

h1.head, h2.head, h3.head, h4.head, h5.head, h6.head {
  color 	: #cccccc;
}
h1.head {
  font-size	: 20pt;

}
h2.head {
  font-size    	: 14pt;

}
h3.head {
  font-size    	: 12pt;

}
h4.head {
  font-size    	: 11pt;

}
h5.head {
  font-size    	: 10pt;

}
h6.head {
  font-size    	: 9pt;
  text-align    : center;
}

blockquote {
  color		: #ffffff;
  font-style 	: italic;
}

em {
  color		: #ffffff;
  font-style	: italic;
}
strong {
  color		: #ffffff;
  font-weight 	: bold;
}
q {
  color 	: #ffffff;
  font-style 	: italic;
}

div.main { 
  width : 520px;
}

div.cover { 
  text-align : center;
  width      : 100%;
  height     : 100%;
}

.nodeco { 
  text-decoration : none;
  border-style: none;
}
.canceled { 
  text-decoration: line-through;
  padding       : 0px;
  margin        : 0px;
  text-indent   : 0px;

}