/* import advanced styles */
@import url(advanced.css);

/* general color and size definitions for many elements and classes */
h1,h2,h3,h4,h5,h6,p,td,th, ol,ul,li  { color: #330; font-family: Verdana, Geneva, Arial, SunSans-Regular, Helvetica, Sans-Serif }
p,td, th,ul,ol,li  {  font-size: 10pt;  }
p,ul,ol,li  {  line-height: 1.5em;  }
h1,h2,h3,h4,h5,h6,th { font-weight: bold; }
body   { background-color: #cc3; margin: 0px }

/* customization of elements and classes */
a:link  { color: #900; text-decoration: none }
a:visited   { color: #990; text-decoration: none }
a:hover  { text-decoration: none }
a:active     { color: #900; text-decoration: none }
h1  { color: #330; font-size: 18px; margin-top: 2em }
h2  { color: #330; font-size: 12pt; line-height: 1.5em; margin-top: 3em }
h3  { color: #330; font-size: 10pt; line-height: 1em; margin-top: 2em }
h4  { color: #330; font-size: 9pt; line-height: 1em; margin-top: 1.5em; margin-bottom: 0px }
li   {  margin-top: 0.5em }
ol {  margin-bottom: 1em }
th.bg-color-0 { color: #ccc }
th.bg-color-1 { color: #ccc }
th.bg-color-2  { color: #ccc }
th.bg-color-3 { color: #666 }
ul { list-style-type: square; margin-bottom: 1em }
.bg-color-0 { background-color: #333 }
.bg-color-1 { background-color: #666 }
.bg-color-2 { background-color: #999 }
.bg-color-3 { background-color: #ccc }
.bg-white { background-color: #fff }
.blockquote { margin-right: 40px; margin-left: 40px }
.first { margin-top: 0px }
.image-caption   { color: #fff; font-size: 9px; line-height: 1em; padding-bottom: 10px }
.indent1 { margin-left: 20px }
.indent2 { margin-left: 40px }
.leadtext   { color: #333; font-weight: bold; font-size: 10px; line-height: 13px; }
.menu         { }
.menu a:link   { color: #363; text-decoration: none }
.menu a:visited  { color: #363; text-decoration: none }
.menu a:hover { text-decoration: underline; background-color: #b8dbb8 }
.menu a:active { color: #ffc; background-color: #363 }
.no-margin { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px }
.techlist    { color: #666; font-size: 10pt; line-height: 1em; margin-right: 20px; margin-left: 20px }
.text { color: #000; font-size: 10pt; line-height: 1.5em; }
