/* default settings */
body,p,ul,li,td,ol {
  font-size:12;
  font-family: verdana,arial,serif; font-weight: 400; 
}

code {
  font-family:century schoolbook;
  font-weight:bold; 
}

/* all dummy input buttons */
select {
  font-family:tahoma;
  font-size:12;
}
/* all dummy input buttons */
input {
  font-family:tahoma;
  font-size:12;
}

/* top right hand text */
p.tagline {
  font-weight:bold; 
  font-size:16; 
  color:#990134; 
}

/* userguide page 1st level title */
h1 { 
  font-size:22;
  font-weight:normal;
  color:#0080C0;
  padding-left: 5px;
  border-top-color:#336699;
  border-top-style:solid;
  border-top-width:2;
  background-color:#EFEFEF;
}

/* userguide page 2nd level title */
h2 { 
  font-size:16;
  padding-left: 5px;
  color:#0080C0;
  border-top-color:#336699;
  border-top-style:solid;
  border-top-width:2;
  background-color:#EFEFEF;
}
  
/* userguide page 3nd level title */
h4 { 
  font-size:12;
  padding-left: 5px;
  font-weight:bold;
  color:#0080C0;
}

/* userguide page 3nd level title */
.feature { 
  font-size:12;
  padding-left: 5px;
  font-weight:bold;
  color:#0080C0;
}

.quoteheadline { 
  font-size:12;
  font-weight:bold;
  color:#0080C0;
}

.quote { 
  font-size:11;
}

/* copyright notice */
h3 {
  font-size:9;
  color:#C0C0C0;
}

/* text that mimics tcm menu bar */
.menut { 
  background-color:#336699;
  color:#FFFFFF;
}

/* left side navigation bar */
.navbartd { 
  padding-left:2px; 
  padding-bottom:3px; 
  padding-top:3px; 
  border-bottom:#336699 solid 1px; 
  background-color: #EEF4ED;
}

.navbartdlast { 
  padding-left:2px; 
  padding-bottom:3px; 
  padding-top:3px; 
  background-color: #EEF4ED;
}

.navbara {
  font-size: 11px;
  text-decoration: none; 
  color: #333333;
  font-family: verdana,arial,serif; 
  font-weight: 400; 
}

.navbara:hover { 
  cursor: pointer;
  font-weight:bold;
}

.navbarna1 {
  font-size: 11px;
  text-decoration: none; 
  color: #333333;
  font-family: verdana,arial,serif; 
  font-weight: 400; 
}

.navbarna2 {
  font-size: 11px; 
  padding-left:10px; 
  text-decoration: none; 
  color: #696969;
  font-family: verdana,arial,serif;
}

.navbarna3 {
  font-size: 11px; 
  padding-left:20px; 
  text-decoration: none; 
  color: #696969;
  font-family: verdana,arial,serif;
}

.faqindex {
  font-weight:bold;
  padding-left:5; 
  color:#0080C0;
  text-decoration: none; 
}

.faqindex:hover { 
  cursor: pointer;
  text-decoration: underline
}


