	body {
		
		background-color: #E0E0E0;
		background-attachment: fixed;
		}

	a:link,
	a:visited,
	a:active
		{
		
		text-decoration : none
		
		}
	// color: #CDDAD1;
	a:hover { 
		text-decoration : underline;
		color: #515151;
		
		}	
	
	
	.menuitem {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CDDAD1;
		font-weight: bold;
		text-decoration: none;
		line-height: 10px;
		cursor: hand;
		padding: 3 5 3 5;
		}
	
	a.menuitem:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		color: #CDDAD1;
		text-decoration: none;
		font-weight: normal;
		}
	a.menuitem:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		color: #CDDAD1;
		text-decoration: none;
		font-weight: normal;
		}
	a.menuitem:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: white;
		text-decoration: none;
		font-weight: normal;
		}
	
	.submenuitem {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: black;
		text-decoration: none;
		line-height: 10px;
		cursor: hand;
		padding: 3 5 3 5;
		}
	
	a.submenuitem:link {
		font-family: Verdana, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: black;
		text-decoration: none;
		font-weight: normal;
		}

	a.submenuitem:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: black;
		text-decoration: none;
		font-weight: normal;
		}

	a.submenuitem:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #515151;
		text-decoration: none;
		font-weight: normal;
		}
	
