body {
  background-color: #EEEEEE;
	color: navy;
	cursor: default;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body.navbar {
  background-color: #EEEEEE;
	color: navy;
	cursor: default;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a:link { color: navy }
a:visited { color: navy }
a:hover { color: red }
a:active { color: navy } 

a {
  text-decoration: none;
}

dt {
  font-weight: bold;
}

.SpecChars {
  font-size: x-large;
}

.SectionTitle {
  color: green;
  font-weight: bold;
}

.SectionTitleCenter {
  color: green;
  font-weight: bold;
	text-align:center;
}

.Bright {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	vertical-align: middle;
}

.NoBright {
	color: #999999;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	vertical-align: middle;
}
