<!--
body {
	font-size: 14px;
	color: #000000;	
	background-color: #FFFFFF;
}
a {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #33CCFF;
}
p {
	color: #000000;
	font: 70%;
}
.titleHeading {
	font-size: 171%;
	font-weight: bold;
}
.Heading1 {
	font-size: 128%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	/* border: thin dashed #000000; */
}
.Heading2 {
	font-size: 114%;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	/* border: thin dashed #000000; */
}
.Heading3 {
	font-size: 100%;
	font-weight: bold;
	bottom-margin: 1px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	/* border: thin dashed #000000; */
}
.sideMenus {
	font-size: 70%;
	color: #FFFFFF;
}
.sideMenus a {
	color: #CCCCCC;
	text-decoration: none;
}
.sideMenus a:hover {
	text-decoration: underline;
}
.sideMenus a:visited {
	color: #99CCCC;
}
.copyrightNotice {
	font-size: 70%;
}
.emailBar {
	font-size: 70%;
}
.emailBar a {
	color: #CCCCCC;
	text-decoration: none;
}
.emailBar a:hover {
	text-decoration: underline;
}
.emailBar a:visited {
	color: #99CCCC;
}
//-->
