/*--------------------------------------
   BASIC
--------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 9pt Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	color: #000;
	background: #fff;
	padding: 10px;
}
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, #nav, #topLink, #mainMenu, 
#development, #secContainer             { display: none !important; }
#flash                                  { position: absolute; top: 0; left: 0; width: 0; height: 0; visibility: hidden; z-index: -1; }

/*--------------------------------------
   LAYOUT & Typ.
--------------------------------------- */
#logo                                   { margin-bottom: 30px; }
#wrapper                                { text-align: left; }

#homeLeftCol                            { display: inline; float: left; width: 47%; }
#homeRightCol                           { display: inline; float: right; width: 47%; }
#homeRightCol img                       { float: left; margin-left: 0; }

#footer                                 { clear: both; margin: 30px 0 0 0; padding: 10px; border-top: 1px dashed #cfcfcf; font-size: 8pt; }

h1                                     { font-size: 16pt; font-weight: normal; margin-top: 20px; margin-bottom: 30px; }
h2                                     { font-size: 13pt; font-weight: bold; margin: 30px 0 20px 0; }
h3                                     { font-size: 9pt; 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; }
ul li                                  { list-style: outside circle; margin-left: 0; margin-right: 20px; }
ol li                                  { list-style: outside decimal; margin-left: 35px; margin-right: 20px; }
img                                    { margin: 0 5px; padding: 1px; border: 1px solid #ccc; }

table                                  { margin: 10px 5px; border-collapse: collapse; }
th, td                                 { padding: 5px; border: 1px solid #ccc; }

table.blank                            { border: none; }
table.blank th, table.blank td         { border: none; }