/* -------------------------------------------------------------------------------- */
/*                              SOF Style Sheet 10 :                                */

/* ----------------------------------- */
/*                                     */
/*  Concera Software De Haan CSS       */
/*  Author : Stefan van Buren          */
/*  Created for : Lime Creations       */
/*                                     */
/* ----------------------------------- */

		
/* ----------------------- MENU and MENU-ITEMS ----------------------------- */			

	.menu li{
		padding-right: 20px;
		background-image: url(/images/background_menuitem.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		list-style-type: none;
		
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		line-height: 26px;
		text-align: right;
		vertical-align: middle;
	}

	.menuitem a{
		text-decoration: none;
		color: #FFFFFF;
	}

	.menuitem a:link{
		text-decoration: none;
		color: #FFFFFF;
	}

	.menuitem a:hover{
		text-decoration: underline;
		color: #F7E150;
	}

	.menuitem a:visited{
		text-decoration: none;
		color: #FFFFFF;
	}

	.menuitem_selected a{
		text-decoration: none;
		color: #F7E150;
	}

	.menuitem_selected a:link{
		text-decoration: none;
		color:#F7E150;
	}

	.menuitem_selected a:hover{
		text-decoration: underline;
		color: #F7E150;
	}

	.menuitem_selected a:visited{
		text-decoration: none;
		color: #F7E150;
	}

/* ----------------------- TEXT and HEADERS ----------------------------- */

	h2{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;		
		font-weight: bold;
		color: #000000;
	}
	
	.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		color: #000000;
	
		text-align: justify;
		line-height: 16px;
	}

.Table_Form td{
	font-weight:bold;
}
/*                              EOF Style Sheet 10 :                                */
/* -------------------------------------------------------------------------------- */
