/*###############################################################################################

#

#  project           :  Hy-Pro.nl

#  filename          : style.css

#  last modified by  : Jaqueline van de Weijer (De Lepper Tuinbouwservice)

#

###############################################################################################*/






body 			{
	font-family: Arial, Verdana;
	font-size: 10pt;
	background: #dee8d8;
	scrolling:yes;
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #001100;
	scrollbar-base-color: #002200;
	scrollbar-dark-shadow-color: #003300;
	scrollbar-face-color: #004400;
	scrollbar-highlight-color: #005500;
	scrollbar-shadow-color: #497019;
}

table 			{
	font-family: Arial, Verdana;
	font-size: 10pt;
	background:none;
}



a:link 			{
	color:#CC3300;
	text-decoration:none;
}

a:visited 		{
	color:#CC3300;
	text-decoration:none;
}

a:active 		{
	color:#CC3300;
	text-decoration:none;
}

a:hover 		{
	color:#CC3300;
	text-decoration:none;
}

.align-right 	{ 
	float:right; 
	margin: 18px 0 15px 775px; 
	position: fixed;
}

.header1 		{
	color:#497019;
	font-weight: bold;
	font-size: 14pt;
}

.header2 		{
	color:#497019;
	font-size:13pt; 
	font-weight: bold;
	font-style:italic;
}

.header3 		{
	color:#000000;
	font-size:12pt;
	font-weight:bold;
}

.header4 		{
	color:#000000;
	font-size:11pt;
	font-weight: bold;
	font-style:italic;
}

.small 			{
	color:#000000;
	font-size:11px;
}

.txtgreen			{
	color:#497019;
	font-weight: bold;
}

ul 				{
	color:#000000;
	font-size: 12px;
	list-style-type: square;
	list-style-color:#497019;
	list-style-position: outside;
}

li 				{
	color:#497019;
	font-size: 12px;
}

ol				{
	color:#000000;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}
				  


