BODY {
	BACKGROUND-COLOR: #3300CC;
	COLOR: ivory;
	FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: smaller
}
/*Navigator doesn't inherit very well:*/
TD, P, DIV, H1, H2, H3, UL {
	COLOR: ivory;
	FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif;
	FONT-WEIGHT: bold
}
A {
	FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif
}
A:link, A:visited {
	COLOR: DeepSkyBlue
}
H1, H2, H3 {
	TEXT-ALIGN: center
}
HR {
	COLOR: SlateBlue
}

A.Menu, A.Menu:visited {
	COLOR: white;
	FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: 600;
	TEXT-DECORATION: none
}
A.Menu:hover {
	COLOR: red
}
/*Navigator doesn't recognize classes on TABLE*/
TABLE.HdrMenu, .HdrMenu {
	BACKGROUND-COLOR: navy
}

TABLE.PageMenu, .PageMenu {
	FONT-SIZE: x-small
}

TABLE.Search, .Search {
	FONT-SIZE: x-small
}
INPUT.SearchText {
	BACKGROUND-COLOR: #DDEEFF;
	COLOR: #000000;
	FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif;
	FONT-WEIGHT: bold
}
