/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none;}
body                                   {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 10px;
	text-align: center;
}
a img                                  { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                      { outline: none; color: #000; text-decoration: none; }
br.clear                               { clear: both; }
/*--------------------------------------
   HIDE
-------------------------------------- */
#header, #secContent, #banneri,
#topLink, #development                 { display: none; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#wrapper-bg                            { text-align: left; }
#print-logo                            { margin: 0 0 30px 0; }
#mainContent.home                      { width: 550px; margin: 0 auto; text-align: center; }
#mainContent.home img                  { margin: 0 0 2px 0; }
#copyright                             { font-size: 7pt; color: #ccc; padding-top: 15px; }
h1                                     { font-size: 18pt; font-weight: normal; margin-bottom: 25px; }
h2                                     { font-size: 14pt; font-weight: normal; margin: 25px 0 20px 0; }
h3                                     { font-size: 12pt; font-weight: bold; margin: 20px 0 15px 0; }
h4,
h5,
h6                                     { font-size: 10pt; font-weight: bold; margin: 15px 0 10px 0; }
p, ul, ol                              { margin: 10px 0;}
ul, ol                                 { padding-left: 10px; clear: both; }
ul li                                  { list-style: outside circle; margin-left: 30px; }
ol li                                  { list-style: outside decimal; margin-left: 30px; }
img                                    { display: inline; margin: 5px; }

table                                  { margin: 10px 0; }
caption                                { font-size: 90%; }
th                                     { font-weight: bold; padding: 4px 5px 5px 5px; border: 1px solid #000; }
td                                     { padding: 3px; border: 1px solid #ccc; }