body {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font: normal 12pt/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;

}

a {
	color: #569;
}
a:visited {
	color: #000;
}
a:hover {
	color: #9ae;
}
/* h1pageTitle is responsible for the formatting of the automatic listing of the title and subtitle in the banner.

old version:
h1#pageTitle a {
	color: #fff;
	text-decoration: none;
}
new version, below:*/
h1#pageTitle a {
	display: none;
	margin: 0 32px 0 32px;
	}
	
h1#pageTitle a:hover {
	text-decoration: underline;
}

h2 {
	color: #FFFFFF;
	font-size: 12pt;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: underline;

}

