.copy {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a 
	{
	text-decoration:underline;
	}
a:hover 
	{
	text-decoration:none;
	}
.header {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #565656;
	text-decoration: none;
}
.header2 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #42A644;
	text-decoration: none;
}
.header3 {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text1 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
}
.link1 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #196FBE;
	text-decoration: underline;
}
.date1 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #A4A4A4;
	text-decoration: none;
}
.menu1 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.menu2 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
}
.lang1 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.lang2 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.input {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #9A9A9A;
}


/* MENU */
#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#000000;
		font-weight:bold;
		font-family: tahoma;
	    font-size: 11px;

	}
	#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
		color: #000000;
		font-weight:normal;
		font-family: tahoma;
	    font-size: 11px;
	}
	#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
		color: #000000;
		font-weight:normal;
		font-family: tahoma;
	    font-size: 11px;		
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:#B82B33;
		
	}
	
	
	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;	
	}
	
	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:10px;
	}
	/* END MENU */