body {
  font: 13px/21px Verdana, Geneva, Tahoma, sans-serif;
  color: #151B29;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
  text-decoration: underline;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.5em;
}

p {

}

a {
  color: #E77B00;
  text-decoration: none;
  border-bottom: 1px dotted #E77B00;
}

a:visited {
  color: #E77B00;
}

a:hover {
  color: #fff;
  background-color: #E77B00;
  border: none;
}

a.noborder, a.noborder:hover {
  border: none;
  background-color: transparent;
}

i {
  font-weight: normal;
  font-style: italic;
}

em {
  font-weight: bold;
  color: #39486F;
  font-style: normal;
}

b {
  font-weight: bold;
}

.highlight {
  background-color: #596FAC;
  color: #fff;
  font-weight: normal;
}

.enhanced {
  font-size: 15px;
  line-height: 1.5em;
}

.smallprint {
  font-size: 11px;
}

.JustifyCenter {
  text-align: left;
}
.JustifyCenter {
  text-align: center;
}
.JustifyRight {
  text-align: right;
}
.JustifyFull {
  text-align: justify;
}
.Indent1 {
  text-indent: 1em;
}
.Indent2 {
  text-indent: 2em;
}
.Indent3 {
  text-indent: 3em;
}

/* inline quote */
q {
  font-style: italic;
}

ul { list-style-type: disc;}
ul ul { list-style-type: circle;}
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal;}
ol ol { list-style-type: upper-alpha;}
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

  /*#body .col-2 ul li {
    list-style-type: none;
    background: transparent url(/images/arrow-li.gif) no-repeat 0 50%;
    padding-left: 10px;
  }

  #body .col-2 ul li li {
    list-style-type: circle;
    background: none;
    padding-left: 0;
  }*/


/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight: normal; margin-bottom: 0; padding: 0; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text],
input.text, input.title,
textarea, select {
  margin:0;
}

input.text,
input.title   { width: 300px; padding:3px; }
input.title   { font-size:1.5em; }
textarea      { width: 320px; height: 150px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:0;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
