BODY {
	color : Black;
	font-family : sans-serif;
}
A {
	color: #336699;
}
TD.navbar { background-image: url(navbar.gif); padding-right: 20px; padding-left: 20px; color: White; }
DIV.button {
	/* border-right: 1px solid Black;
	border-top: 1px solid Black; 
	border-bottom: 1px solid #51638f;*/
	color : Silver;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 14px;
	padding-top : 2px;
	text-align : right;
	font-size : 14pt;
	background-image : url(button.gif);
	background-repeat : repeat-y;
}
DIV.button_lit {
	/* border-right: 1px solid Black;
	border-top: 1px solid Black; 
	border-bottom: 1px solid #51638f;*/
	color : Silver;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 14px;
	padding-top : 2px;
	text-align : right;
	font-size : 14pt;
	background-image : url(button_lit.gif);
	background-repeat : repeat-y;
}
DIV.button A {
	color: White;
	text-decoration : none;
}
DIV.button A:hover {
	color: White;
	text-decoration : underline;
}
DIV.button_lit A {
	color: White;
	text-decoration : none;
}
DIV.button_lit A:hover {
	color: White;
	text-decoration : underline;
}
DIV.copy {
	font-size: 10ot;
	color: Gray;
}