body {
	/****************************************************************
	font: 	font-weight font-variant font-style font-size/line-height font-family 
	uses 62.5% to make base font size for browsers 10px; 
	Now when using em for font sizes they can be calculated as 10 x 1.0em = 10px
	****************************************************************/
	font: normal normal normal 12px/1.40 Arial, Helvetica, Verdana, sans-serif;
}

#HeaderMenu,
#Search,
#Navigation,
#SubNavigation,
#ContentPageTools,
#ContentPageTools,
#breadCrumbs,
#SubContent #Calendar,
#SelectMonth,
#Filters,
#eNotes,
#FooterMenu  { display: none; visibility: hidden; }

/****************************************************************
a
****************************************************************/
a {
color: #000000;
text-decoration: underline;
}
	a:hover {
	
	}
	a img {
	border-style: none;
	}
/****************************************************************
h1 - p
****************************************************************/
h1 {
font-size: 20pt; color: #000000; font-weight: normal; margin-top: 0;
}
h2 {
font-size: 18pt;  color: #000000; font-weight: normal;
}

h3 {
font-size: 14pt; color: #000000; font-weight: bold;
}
h4 {
font-size: 12pt; color: #000000; font-weight: normal;
}
h5 {
font-size: 12pt; color: #000000;
}
h6 {
font-size: 12pt; color: #000000;
}
p {
font-size: 12pt; color: #000000;
}
/****************************************************************
Lists - ul, ol 
****************************************************************/
ul, ol {
}
	li {
	font-size: 12pt;
	}
/***************************************************************
misc html
****************************************************************/	
div.hr {
height: 1px; background-color: #999; overflow: hidden;  float:none; clear: both;		
}
hr {
display: none; visibility: hidden;
}