
.special {
	border           : 1px #333333 solid;
	background-color: #C7B1B1;
}
.specialIN {
	width: 340px;
	background-color: #F8F8F8;
	border           : 1px #333333 solid;
	text-align: justify;
}
.specialSD {
	width: 150px;
	background-color: #EFEFF5;
	border           : 1px #333333 solid;
}
table.specialLists {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	border: 1px #003366 ridge;
}
.logoStyle {
	color: #003366;
	font-weight: bold;
}
li {
	list-style-position: inside;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #B6C0BC;
	border-bottom           : 1px #333333 solid;
	letter-spacing: 1px;
	text-align: left;
}
h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	padding-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #150040;
}
h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-top: 9px;
	margin-bottom: 0px;
}
h6 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #150040;
}
body, td, p {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.navigationWH {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	letter-spacing: 1px;
	color: #FFFFF2;
}
input.inputfield {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #C9CADC;
  font-weight:  bold;
	font-size: xx-small;
}

.fieldNames {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color            : #2C3365;
  font-weight:  bold;
  vertical-align: top;
	font-size: 11px;
}
.formoutput {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #C9CADC;
  font-weight:  bold;
  vertical-align: top;
  padding-left: 5px;
	font-size: xx-small;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #C9CADC;
  font-weight:  bold;
	font-size: xx-small;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #C9CADC;
  font-weight:  bold;
	font-size: xx-small;
}

a:link {color: #993300}
a:visited {color: #000080}
a:hover {color: #CCCCCC}
a:active {color: #6633CC}
a.models:link {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
a.models:visited {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
a.models:hover {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
a.models:active {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/