/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 10px;
	text-align: right;
}
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
-------------------------------------- */
#mainMenu, #introBox, #secContent, 
#subMenu, #listBox, .TabbedPanels,
#development, #options                 { display: none; }
#flash                                 { position: absolute; width: 0; height: 0; top: 0; left: 0; visibility: hidden; z-index: -1; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#wrapper                               { text-align: left; }
#mainContent                           { line-height: 14pt; }
#logo                                  { margin-bottom: 40px; }

h1                                     { font-size: 18pt; font-weight: normal; margin-bottom: 25px; }
h2                                     { font-size: 12pt; font-weight: bold; margin: 25px 0 20px 0; }
h3                                     { font-size: 10pt; 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: 30px; margin-right: 20px;  }
ol li                                  { list-style: outside decimal; margin-left: 35px; margin-right: 20px;  }

#mainContent img                       { display: inline; margin: 0 15px; }

table                                  { border: none; }
caption                                { font-size: 90%; }
th                                     { padding: 6px 10px 4px 10px; color: #000; font-weight: bold; border: 1px solid #000; }
td                                     { padding: 4px; border: 1px solid #ccc; }

#footer                                {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 7pt;
	color: #ccc;
	border-top: 1px solid #ccc;
}
#footer li                             { display: inline; margin: 0 10px 0 0; }