 /* Stylesheet voor 3dbudget */

body {
	background-color: 	white;
}

input, textarea, select {
	font-size: 		10pt;
}


img.left {
	float:			left;
	margin-right:		5pt;
	margin-bottom:		5pt;
}

img.banner {
	border:			none;
	margin-right:		2pt;
}

p {
	font-family: 		Helvetica, Arial, sans-serif;
	font-size:		10pt;
	color: 			black;
}

code {
	font-family:		Courier, Courier New, monospace;
	font-size:		9pt;
}

li {
	font-family: 		Helvetica, Arial, sans-serif;
	font-size:		10pt;
	color:			black;
}

.fortune {
	font-style:		italic;
	font-family:		serif;
	font-size:		9pt;
	margin-left:		10pt;
}

a {
	font-family: 		Helvetica, Arial, sans-serif;
	font-weight: 		normal;
	font-size:		10pt;
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}

a:link.menu, a:visited.menu, a:active.menu {
	color: 			black;
}

h1, h2, h3 {
	font-family: 		Helvetica, Arial, sans-serif;
	color: 			black;
	background: 		none;
	font-weight: 		normal;
	margin: 			0;
	padding-top: 		.5em;
	padding-bottom: 	.17em;
}

h1 {
	font-family:		serif;
	font-size: 		400%;
}
h2 { font-size: 120%; }
h3 {
	border-bottom: 		none;
	font-weight: 		bold;
}

h3 { font-size: 132%; }

th {
  	font-family: 		helvetica, verdana, sans-serif;
	font-size: 		10pt;
	color: 			black;

	vertical-align: 	top;
	text-align: 		left;

	background-color: 	#efefef;
}

td {
	font-family: 		Helvetica, Arial, sans-serif;
	vertical-align: 	top;
	font-size: 		10pt;
	color: 			black;
	font-style: 		normal;
	font-weight: 		normal;
}

td.formheader {
	text-align:		right;
	padding-right:		10pt;
	background-color: 	#efefef;
	font-style:		italic;
}

div.inset {
	float:			right;
	background-color:	#efefef;
	border:			1px solid silver;
	padding:		3pt;
	margin-left:		5pt;
}

div.bottomLine {
        clear:                  both;
}
