	body {
		/*
		scrollbar-face-color: #ffffff;
		scrollbar-shadow-color: #024502;
		scrollbar-highlight-color: #ffffff;
		scrollbar-3dlight-color: #024502;
		scrollbar-darkshadow-color: #dce0e2;
		scrollbar-track-color: #efefef;
		scrollbar-arrow-color: #024502;
		*/
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #355294;
		background-color: white;
	}

	td , p , div {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #355294;
	}

	a {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		font-style: italic;
	}

	a:active {
		color: #000;
		text-decoration : underline;
	}

	a:hover {
		background-color: white;
	}

	a:link {
		text-decoration : none;
	}

	a:visited {
		text-decoration : none;
	}

	/* added by Taco Hamers */

	.content{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;;
		color: #355294;
		vertical-align: top;
		height: 500px;
		min-height: 500px;
	}

	fieldset{
		border-width: 2px;
	}

	.queryrowsortby{
		background-color: #306597;
		color: white;
		height: 22px;
		vertical-align: middle;
	}

	a.queryrowsortby{
		color: white;
		text-decoration: underline;
		font-size: 130%;
	}

	.queryrowcolor1{
		background-color: #ffffff;
		vertical-align: top;
	}

	.queryrowcolor2{
		background-color: #ffffff;
		vertical-align: top;
	}

	.formrequired {
		color: white;
		background-color: #975875;
	}
	
	.topic{
		font-size: 13px;
		font-weight: bold;
	}

	.topic:first-letter{
		text-transfrom: capitalize;
		font-size : 17px;
		font-weight: bold;
	}

	.text{
		font-size: 11px;
		text-align: justify;
	}

	.firstletter{
		font-size: 120%;
		font-weight: bold;
	}
	
	.text:first-letter{
	}
	
	/* end */
	
	select {
		padding-left : 5px;
		padding-right : 0px;
		margin-left : 0px;
		text-indent : 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px; color: #355294;
		text-decoration:  none;
		background-color: #ffffff;
		border-color:  #355294;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		text-transform: lowercase;
	}

	input {
		text-decoration:  none;
		background-color: #ffffff;
		border-color:  #355294;
		border-style: solid;
		border-width: 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		color: #355294;
	}

	button {
		background-color: #ffffff;
		border-color:  #355294;
		border-style: solid;
		border-width: 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		height: 22px;
		color: #355294;
	}

	textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #355294;
		text-decoration:  none;
		background-color: #ffffff;
		border-color:  #355294;
		border-width: 1px;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
