/* general rules */

/* general layout */


body {
	font-size: 65%;
}

table {
	font-size: 1em;
}

#footer {
	font-size: 100%;
}

/* Contextual Menu */

/* navigation */

.navtitle h2 {
	font-size: 100%;
}

/* typography */

#pagetitle h1 {
	font-size: 180%;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}

#content p.bodytext {
	font-size: 110%;
}

/* link styles */

/* list styles */
/* form styles */

.form input {
	font-size: 120%;
}

label {
	font-size: 100%;
}

.form textarea.popup {
  width: 19.15em !important;
  width: 18.7em;
}

.form select.popup {
  width: 19.3em !important;
  width: 19.1em;
}

.form textarea.doublesize, .form select.doublesize {
  width: 527px !important;
  width: 531px;
}

.searchForm fieldset {
	width: 31em;
}

/* navigation */

/* table styles */

/* current font-size link */

#styleSwitchers a#textSmall, #styleSwitchersFe a#textSmall {
	color: #ED772F;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
