.onlyPrint { display: none; }

td, body {
	font-family: Verdana;
	font-size: 70%;
	color: #505050;
}

h1, h2 {
	color: #606060;
}

@media print  {
	.dontPrint { display: none; }

	td, body {
		font-family: Verdana;
		font-size: 70%;
		color: black;
	}

	h1, h2 {
		color: black;
	}
}


textarea {
	font-family: Verdana;
	font-size: 100%;
}

A:link {
	color: #98B026;
	text-decoration: underline;
}

A:visited {
	color: #677818;
	text-decoration: underline;
}

A:hover {
	text-decoration: underline;
}

A.footer:link, A.footer:visited {
	text-decoration: none;
}

A.footer:hover {
	text-decoration: underline;
}

A.blackLink:link, A.blackLink:visited {
	text-decoration: none;
	color: #505050;
}

A.blackLink:hover {
	text-decoration: underline;
}

A.blackLink:visited {
	color: gray;
}


A.footer:hover {
	text-decoration: underline;
}


A.menuFirstLevel:link, A.menuFirstLevel:visited {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #808080;
	margin: 0px;
}

A.menuSecondLevel:link, A.menuSecondLevel:visited {
	text-decoration: none;
	font-size: 90%;
	color: #707070;
	margin: 0px;
}

A.menuThirdLevel:link, A.menuThirdLevel:visited {
	text-decoration: none;
	font-size: 85%;
	color: #707070;
	margin: 0px;
}

.pageTitle {
	padding: 5px 0px 0px 5px;
	color: white;
	font-family: Arial;
	font-size: 200%;
}

.cookieTrail, A.cookieTrail:link, A.cookieTrail:visited {
	text-decoration: none;
	font-size: 100%;
	color: white;
}

A.cookieTrail:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	font-size: 145%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.50em;
}

h2 {
	font-size: 115%;
	margin-top: 1.0em;
	margin-bottom: 0.8em;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

p {
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

ul {
	margin-left: 25px;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: none;
	list-style-image: url("/images/listmarker.gif");
}

.underline {
	padding-bottom: 0.20em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid gray;
}

.error {
	color: darkred;
}

.warning {
	color: darkred;
}

.dim {
	color: gray;
}

/* Component CSS' */
ul.pubDynPageListFrame {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

ul.pubDynPageListFrame li {
	display: block;
	padding: 3px 0;
}
