/*
0 - Comments for site spec and style usages (mini style guide)
1 - Common block level/Layout
2 - Common inline/formatting
3 - Navigation
4 - Forms
5 - Rich Content
6 - Search Results
7 - Module Specific Content
*/

/* ======== #1 - Common block level/Layout content (classes used in TopLevel) ======== */

body {
	font-size: 100%;
}

html>body {
	font-size: 1em;
}

body, td, th {
	font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

#head {
	display: none;
}

/* ======== #3 - Navigation ======== */
.footerStart {
  display: none;
}
.footerEnd {
  display: none;
}

/* ======== #5 - RichContent ======== */
#contentLeft {
  color: #000;
}
.contentStart {
  display: none;
}
.contentEnd {
  display: none;
}
.content H1 {
  font-weight: normal;
  font-size: 1.6em;
}
