H1 {
	font-size: xx-large;
	font-family : serif;
}
H2 {
	font-size: large;
	font-family : serif;
}
H3 { text-align: center;
     font-size: large;
     font-style: italic;
 }
ADDRESS {
	text-align : center;
}
TD.MARQ {
	background-color: #C6C602;
	color : Black;
	font-weight: bolder;
}
TD.NAVBAR { background-color: DarkGreen    }

TD.LOWERBORDER {
	border-bottom: solid Olive;
	border-bottom-width: 1
}
A:LINK {
	color: White;
	text-decoration : none;
}
A:VISITED {
   color: white;
   text-decoration : none;
 }
A:ACTIVE {
	color: #C6C602;
	text-decoration : none;
}
A:HOVER {
	color: #C6C602;
	text-decoration : none;
	font-weight: bold;
}
A.BODY {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
A.BODY:HOVER {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
A.BODY:ACTIVE {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
A.BODY:VISITED {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
TH.DataGrid {
	background: #B0C4DE;
}
TD.DataGrid {
	background: #DCDCDC;
}
.NAVBAR_HEADER {
   font-weight: bold;
   font-size:14pt;
   color: white
}
.NAVBAR_TEXT{
   color: white
}
.Announce_headline {
   font-weight: bold;
}

