/* ----- Headers ----- */
h1,h2,h3,h4,h5,h6,label {
  font-family:Verdana, Arial, Helvetica, sans-serif
}
h1 {
  margin: 0 0 15px 0;
/*  padding-bottom:10px;*/
  font-size:24px;
  line-height:24px;
  color: #4c4c4c;
  
}
h2 { 
  margin: 4px 0px 10px 0px;
  font-size:22px;
  line-height:22px;
  color: #4A4A4A;
  font-weight: bold; 
}

h3 { 
  font-family:Myriad, Arial, Helvetica, sans-serif;
  margin: 4px 0px 10px 0px;
  font-size:22px;
  line-height:22px;
  color: #4A4A4A;
  font-weight: normal;
}

h4 {
  margin: 0px 0px 10px 0px;
  font-size:14px;
  line-height:14px;
  color: #4A4A4A;
  font-weight: bold;
}
h5 {
  margin: 0px 0px 3px 0px;
  font-size:14px;
  font-weight: normal;
  line-height:12px;
  color: #222222;
}
h6 {
  margin: 1px 0px 10px 0px;
  font-size:12px;
  font-style: italic;
  font-weight: normal;
  line-height:12px;
  color: #222222;
}
label {
  font-weight: normal; 
  font-size: 11px; 
  line-height: 15px;
}

/* ----- Paragraph styling ----- */
strong, strike, em, b, i {
  font-size: inherit;
  line-height: inherit;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
strike {
  text-decoration: line-through;
}

ul {
  /*font-size:1.2em;
  list-style: none url(../images/styleswitcher_blue.gif) inside;*/  
}

a {
  color: #4A4A4A;
  text-decoration:none;
}

a:link {
}
a:visited {
}
a:hover {
  text-decoration:underline;
}
a:active {
}

acronym {
  font-size:1em; color: Purple;
}
address {
  font-size:1em; font-style: italic; color: Olive;
}

.csc-textpic-caption {
  margin-top: 10px;
  font-size:10px;
  padding:5px;
  color:#666;
  background-color:#fafafa;
  border:1px solid #ccc;
  border-style:none none dotted dotted;
}

form {
  width: 100%;
  height: 100%;
}

/* ----- Bulletlists ----- */


.csc-bulletlist li { 
  padding:0;
  margin:0 0 0 10px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.csc-bulletlist-0 li, .csc-bulletlist-1 li, .csc-bulletlist-2 li, .csc-bulletlist-3 li {
  line-height:20px;
  padding-left:30px;
  background-repeat:no-repeat!important;
  background:#fff;
}

.csc-bulletlist-0 li {
  background:url('../images/bulletlist_0.gif');
  font-size:11px;
  color:#666;
}

.csc-bulletlist-1 li {
  background:url('../images/bulletlist_1.gif');
  font-size:11px;
  font-weight:bold;
  color:#444444;
}


.csc-bulletlist-2 li {
  background:url('../images/bulletlist_2.gif');
}


.csc-bulletlist-3 li {
  background:url('../images/bulletlist_3.gif');
}