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

/* ----------------------------------- */
/*                                     */
/*  Concera Software De Haan CSS       */
/*  Author : Stefan van Buren          */
/*  Created for : Lime Creations       */
/*                                     */
/* ----------------------------------- */
		

h2{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		
		font-size: 15px;
		line-height: 20px;
		color: #aebad6;
		margin: 0px;
	}


	.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;
		text-decoration: none;

	}

	.menuitem a:hover{
		text-decoration: underline;
		color: #aebad6;
		text-decoration: none;
	}

	.menuitem_selected a{
		text-decoration: none;
		color: #aebad6;
		text-decoration: none;
	}

	.menuitem_selected a:hover{
		text-decoration: underline;
		color: #aebad6;
		text-decoration: none;
	}

	.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;

		color: #000000;
		text-decoration: none;	
		text-align: justify;
		line-height: 16px;
	}

	a{
		color: #1e4290;
	}
/*                              EOF Style Sheet 10 :                                */
/* -------------------------------------------------------------------------------- */
