body {
	margin: 4px 4px 4px 4px;
	background: #ECECEC;
}

A:link {
	color: #DE0101;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #CF5050;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #FE2121;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #FE2121;
	font-weight: bold;
	text-decoration: none;
}

A:link.menulink {
	color: #ffffff;
	text-decoration: none;
}

A:visited.menulink {
	color: #ffffff;
	text-decoration: none;
}

A:hover.menulink {
	color: #6DBD20;
	text-decoration: none;
}

A:active.menulink {
	color: #6DBD20;
	text-decoration: none;
}

.pageHead{
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background: #0085D1
}

.pageMenu {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #6DBD20;
	font-weight: bold;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background: #0085D1;
}

.pageBody {
	border-color: #000000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	background: #ffffff;
}

.pageTxt {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
}

.pageTitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

.crossLinkText {
	font-size: 1px;
}