.page-header {
	color: blue;
	font-size : 20;
	font-family : Verdana,Arial, "Sans Serif", "MS Sans Serif";
}
.sub-header {
	font-size : 30;
	text-decoration: none;
	font-weight: bold;
	font-style : italic;
}
.header {
	font-size : 20;
	text-decoration: none;
	font-weight: bold;
	font-family : Verdana,Arial, "Sans Serif", "MS Sans Serif";
}
.highlight{
	color=#333333;
    font-weight:bold;
}
TD.menu {
	background-color : blue;
	font-family : Verdana,Arial, "Sans Serif", "MS Sans Serif";
	font-size : 11;
	color: white;
}
A.menu, A.menu:VISITED {
	text-decoration: none;
	color: white;	
}
A.menu:HOVER, {
	text-decoration: none;
	color: red;
}
A.shortcut, A:VISITED.shortcut {
	text-decoration: underline;
	color: red;	
	font-family : Verdana,Arial, "Sans Serif", "MS Sans Serif";
	font-size:11;
}
A:HOVER.shortcut, {
	text-decoration: none;
	color: red;
	font-family : Verdana,Arial, "Sans Serif", "MS Sans Serif";
	font-size:11;
}
