<!--
     table,.text { 
 font-size: 8pt;
 line-height: 13pt; 
 font-family: helvetica,verdana,arial; 
 color: #333; 
}

     .article {
 background-color:#eee;
 border:1px #ccc solid;
 margin-bottom:20px;
		 }
		 
     .article-buffer {
 padding:15px;
		 }

     .header { 
 font-size: 22pt;
 line-height: 11pt; 
 font-family: trebuchet ms,helvetica,verdana,arial; 
 color: #666; 
 font-weight:bold;
 border-bottom:1px solid #ddd;
 margin-bottom:25px;
 margin-top:25px;
 text-transform: uppercase;
}

     .select { 
 font-size:8pt;
 padding:1px;
 width:200px;
 font-family: trebuchet ms,helvetica,verdana,arial; 
 color: #333;
 background-color:#ddd;
 border:1px solid #999;
 margin-bottom:25px;
 margin-top:25px;
}

     .thumb { 
 font-size:8pt;
 padding:1px;
 font-family: trebuchet ms,helvetica,verdana,arial; 
 background-color:#ddd;
 border:6px solid #ccc;
}

     .mailinglist {
 font-family: Verdana,arial,helvetica;
 font-size: 90%;
 color: #666;
 background-color: #ccc;
 border:1px solid #333;
 height:19px;
 padding-top:2px;
 padding-left:6px;
}

     .button {
 font-family: Verdana,arial,helvetica;
 font-size: 90%;
 color: #333;
 height:19px;
 font-weight:bold;
}
 
     .textarea {
 font-family: Verdana,arial,helvetica;
 font-size: 90%;
 color: #666;
 background-color: #fff;
 border:1px solid #666;
}

body {
 background-color:#000;
 background-image: url(/images/background.gif);
 background-repeat: repeat;
 background-position: center center;
 background-attachment: fixed;
 margin: 0px;
}

     blockquote { 
 border:1px dotted #ccc;
 padding:10px;
 padding-left:80px;
 color: #333;
 text-align:justify;
 margin-bottom:15px;
 background: #eee url(/images/lquotes.gif) left top no-repeat;
}


     a:link { color: #8c7d39; text-decoration: none;}
     a:visited { color: #8c7d39; text-decoration: none; }
     a:hover { color: #08c7d39; text-decoration: underline;}
     a:active { color: #8c7d39; text-decoration: underline } 
		 
		 a:link.link { color: #fff; text-decoration:none; font-weight:bold;}
     a:visited.link { color: #fff; text-decoration:none; font-weight:bold; }
     a:hover.link { color: #fff; text-decoration:none; font-weight:bold;}
     a:active.link { color: #fff; font-weight:bold; } 
 
-->