/* ===================================================================== */
/* Copyright 2002 By artee												 */
/* --------------------------------------------------------------------- */
/* Site:		PDD-NOS 											 	 */
/* FileName: 	menu.css 						  						 */
/* Path:		stylesheets						   						 */
/* --------------------------------------------------------------------- */
/* Coder				| Date			| Description					 */
/* R. Th. Hoekstra		| 3 september-2002	| Creation					 */
/* --------------------------------------------------------------------- */
BODY 
			{background-image: url(../images/menu_new2.jpg);
			  background-position: top right;
			  background-attachment:fixed;
			  background-repeat:no-repeat;
			  }

H1 			{
			color: yellow;
			font-size: 11px;
			font-family:sans-serif;
			line-height:8px;
			text-decoration:none;
			}
H2 			{
			color: blue;
			font-size:16px;
			}
H3 			{
			color: white;
			font-size:10px;
			font-family:sans-serif;
			font-weigth:bold;
			line-height:2px;
			text-decoration:none;
			}
H4 			{
			color: #FEFCCD;
			font-size:14px;
			font-family:sans-serif;
			}
H5 			{
			color: #104794;
			font-size:11px;
			font-family:sans-serif;
			font-weigth:bold;
			}
H6 			{
			color: black;
			font-size:9px;
			font-family:sans-serif;
			}
DIV.level2 
			{
			margin-left: 10px;
			}