/*------------------------------------------------------------------------------
 wiki.css - sample cascading style sheet 
 Copyright (C) 2004 Moonedge E-Business GmbH, http://www.moonedge.ch
------------------------------------------------------------------------------*/
div.wiki { font-family: Verdana,Helvetica; font-size: 9pt; width:700; background-color:#FFFFFF; }
div.wiki h1 { font-size: 12pt; }
div.wiki h2 { font-size: 11pt; }
div.wiki h3 { font-size: 10pt; }
div.wiki h4 { font-size: 9pt; }
div.wiki h5 { font-size: 9pt; }

div.wiki a:link { text-decoration: none; }
div.wiki a:visited { text-decoration: none; }
div.wiki a:active { text-decoration: none; }
div.wiki a:hover { color: red; text-decoration: none; }

div.wiki dt { font-weight: bold; margin-top: 1pt; margin-bottom: 1pt; }

div.wiki hr { color: #CCCCCC; height: 1px; width: 80%; text-align: center; }

div.wiki table { width:100% }
div.wiki th { color: #FFFFFF; background-color: #666666; font-size: 9pt; font-weight: normal; }
div.wiki td { color: #333333; font-size: 9pt; margin-top: 10px; margin-right: 10px; }

div.wiki li { text-align: left; }
