body {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  margin: 0px;
}

p, td, tr, ul, ol, li {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #333333;
}

a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #004185;
}

a:hover {
  text-decoration: underline;
}

.headline {
  font-family: arial, geneva, sans-serif;
  font-size: 18px;
  color: #004185;
  font-weight: bold;
}

.subheadline {
  font-family: arial, geneva, sans-serif;
  font-size: 14px;
  color:#000000;
  font-weight: bold;
}

.text {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #333333;
}

/* --- Forms --- */

.form-table {
  border: 0px;
  border-color: #BFDFCB;
  border-style: solid;
}

.form-row {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
}

.form-cell {
  font-weight: bold;
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 5px;
}

.form-marker {
  font-weight: normal;
  color: #000000;
}

.form-marker-error {
  font-weight: normal;
  color: #FF0000;
}

.form-input {
  border: 1px;
  border-color: #000000;
  border-style: solid;
  width: 300px;
  height: 20px;
}

.form-textarea {
  border: 1px;
  border-color: #000000;
  border-style: solid;
  width: 300px;
  height: 150px;
}

.form-select {
  border: 1px;
  border-color: #000000;
  border-style: solid;
}

.form-button {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #004185;
  padding: 0px;
}

/* --- Navigation --- */

.main-nav-table {
  border: 0px;
  border-color: #BFDFCB;
  border-style: solid;
}

.main-nav-cell {
  border: 0px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 5px;
	white-space: nowrap;
}

.main-nav-cell-active {
  border: 0px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  background-color: #ECF4EC;
  padding: 2px;
  padding-left: 5px;
	white-space: nowrap;
}

.main-nav-cell-path {
  border: 0px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 5px;
	white-space: nowrap;
}

.main-nav-spacer {
  background-color: #BFDFCB;
}

/* Item1 */

.main-nav-item1, .main-nav-item1:link, .main-nav-item1:active, .main-nav-item1:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.main-nav-item1:hover {
  color: #004185;
  text-decoration: none;
}

.main-nav-item1-active, .main-nav-item1-active:link, .main-nav-item1-active:active, .main-nav-item1-active:visited {
  color: #004185;
  font-weight: bold;
  text-decoration: none;
}

.main-nav-item1-active:hover {
  color: #004185;
  text-decoration: none;
}

.main-nav-item1-path, .main-nav-item1-path:link, .main-nav-item1-path:active, .main-nav-item1-path:visited {
  color: #004185;
  font-weight: bold;
  text-decoration: none;
}

.main-nav-item1-path:hover {
  color: #004185;
  text-decoration: none;
}

/* Item2 */

.main-nav-item2, .main-nav-item2:link, .main-nav-item2:active, .main-nav-item2:visited {
  color: #000000;
  text-decoration: none;
}

.main-nav-item2:hover {
  color: #004185;
  text-decoration: none;
}

.main-nav-item2-active, .main-nav-item2-active:link, .main-nav-item2-active:active, .main-nav-item2-active:visited {
  color: #004185;
  text-decoration: none;
}

.main-nav-item2-active:hover {
  color: #004185;
  text-decoration: none;
}

.main-nav-item2-path, .main-nav-item2-path:link, .main-nav-item2-path:active, .main-nav-item2-path:visited {
  color: #004185;
  text-decoration: none;
}

.main-nav-item2-path:hover {
  color: #004185;
  text-decoration: none;
}

/* --- News --- */

.news-headline {
  font-family: arial, geneva, sans-serif;
  font-size: 16px;
  color: #004185;
  font-weight: bold;
}

.news-subheadline {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color:#000000;
  font-weight: bold;
}

/* --- News Box --- */

.news-box-table {
  border: 0px;
  /*border-left: 1px;
  border-right: 1px;*/
  border-color: #BFDFCB;
  border-style: solid;
}

.news-box-header {
  border: 0px;
  border-top: 1px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  background-color: #ECF4EC;
  color: #004185;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  padding-left: 5px;
}

.news-box-cell {
  border: 0px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 5px;
}

.news-box-item, .news-box-item:link, .news-box-item:active, .news-box-item:visited {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.news-box-item:hover {
  color: #008131;
  text-decoration: underline;
}

/* --- News List --- */

.news-list-headline-cell {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  background-color: #ECF4EC;
  padding: 2px;
  padding-left: 5px;
}

.news-list-text-cell {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 5px;
  padding-bottom: 20px;
}

.news-list-headline, .news-list-headline:link, .news-list-headline:active, .news-list-headline:visited {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.news-list-headline:hover {
  color: #008131;
  text-decoration: underline;
}

.news-list-text {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}

.news-list-link, .news-list-link:link, .news-list-link:active, .news-list-link:visited {
  font-size: 11px;
  color: #004185;
  text-decoration: none;
}

.news-list-link:hover {
  color: #008131;
  text-decoration: underline;
}

.news-list-paging-cell {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 0px;
  align: center;
}

.news-list-paging, .news-list-paging:link, .news-list-paging:active, .news-list-paging:visited {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.news-list-paging:hover {
  text-decoration: underline;
}

.news-list-paging-active {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.news-list-paging-next-prev, .news-list-paging-next-prev:link, .news-list-paging-next-prev:active, .news-list-paging-next-prev:visited {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.news-list-paging-next-prev:hover {
  text-decoration: underline;
}

/* --- Back Link --- */

.back-link-cell {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 0px;
}

.back-link-item, .back-link-item:link, .back-link-item:active, .back-link-item:visited {
  font-size: 11px;
  text-decoration: none;
}

.back-link-item:hover {
  text-decoration: underline;
}

/* --- Search Box --- */

.search-box-table {
  border: 0px;
  /*border-left: 1px;
  border-right: 1px;*/
  border-color: #BFDFCB;
  border-style: solid;
}

.search-box-header {
  border: 0px;
  border-top: 1px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  background-color: #ECF4EC;
  color: #004185;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  padding-left: 5px;
}

.search-box-cell {
  border: 0px;
  border-bottom: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 5px;
}

.search-box-input {
  border: 1px;
  border-color: #000000;
  border-style: solid;
  width: 100px;
  height: 20px;
}

.search-box-button {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #004185;
  padding: 0px;
  width: 30px;
  height: 20px;
}

/* --- Search List --- */

.search-list-form-table {
  border: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  background-color: #ECF4EC;
  width: 100%;
}

.search-list-form-cell {
  border: 0px;
  padding: 10px;
  text-align: center;
}

.search-list-form-input {
  border: 1px;
  border-color: #000000;
  border-style: solid;
  width: 200px;
  height: 20px;
}

.search-list-form-button {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #004185;
  padding: 0px;
  width: 30px;
  height: 20px;
}

.search-list-cell {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 0px;
}

.search-list-headline {
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.search-list-link, .search-box-link:link, .search-box-link:active, .search-box-link:visited {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.search-list-link:hover {
  color: #008131;
  text-decoration: underline;
}

.search-list-paging-cell {
  border: 0px;
  border-top: 1px;
  border-color: #BFDFCB;
  border-style: solid;
  padding: 2px;
  padding-left: 0px;
  align: center;
}

.search-list-paging, .search-list-paging:link, .search-list-paging:active, .search-list-paging:visited {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.search-list-paging:hover {
  text-decoration: underline;
}

.search-list-paging-active {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.search-list-paging-next-prev, .search-list-paging-next-prev:link, .search-list-paging-next-prev:active, .search-list-paging-next-prev:visited {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.search-list-paging-next-prev:hover {
  text-decoration: underline;
}