/* body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #163757;
	text-align: justify;
}



li{
	padding-bottom: 16px;
}

ul{
	margin-bottom: -10px;
}



a:active, a:link, a:visited {
	color: #183ab7;
}

a:hover, a:focus {
	color: #6795c0;
}



form {
	margin-bottom: 5px;
	margin-top: 10px;
}

/* .formButton */
.formButton {
	font-family: Verdana;
	font-size: 16px;
	background-color: #a8c2db;
	color: #000000;
	/*position: relative; left: 0;*/
	width: 160px;
	height: 22px;
	border: 1px solid #274D7A;
}

/* .formPullDown */
.formPullDown {
	font-family: Verdana;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #f5f8fb;
	color: #000000;
	/*position: relative; left: 0;*/
	height: 22px;
	width: 160px;
	border: 1px solid #274D7A;
}

.formPullDownFocus {
	font-family: Verdana;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #fffcbd;
	color: #000000;
	/*position: relative; left: 0;*/
	height: 22px;
	width: 160px;
	border: 1px solid #274D7A;
}

/* .formInputField */
.formInputField {
	font-family: Verdana;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #f5f8fb;
	color: #000000;
	/*position: relative; left: 0;*/
	width: 160px;
	border: 1px solid #274D7A;
}

.formInputFieldFocus {
	font-family: Verdana;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #fffcbd;
	color: #000000;
	/*position: relative; left: 0;*/
	width: 160px;
	border: 1px solid #274D7A;
}


/* .text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #163757;
	text-align: left;
}

/* largeCaption */
.largeCaption {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}

/* smallCaption */
.smallCaption {
	font-size: 16px;
	font-weight: bold;
}

.subCaption {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

/* authCaption */
.authCaption {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

/* authContent */
.authContent {
	font-size: 12px;
}

/* tableHead */
.tableHead {
	font-weight: bold;
	font-style: italic;
	background-color: #d3e4f5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* tableHeadSelected */
.tableHeadSelected {
	font-weight: bold;
	font-style: italic;
	background-color: #a9cbee;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* tableContent */
.tableContent {
	background-color: #f5f8fb;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* tableContentSelected */
.tableContentSelected {
	background-color: #d3e4f5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* */
.featureTree {
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	/* line-height: 14px; */
}



/* */
.pictogram {
	border: 1px;
	border-color: #6795C0;
	border-style: ridge;
	border-width: 1px;
}