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

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

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

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

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

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

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

.crossLinkText {
	font-size: 1;
}