body {
	background-image:	url('./pic/blue_tlo_1.jpg');
	background-repeat: 	repeat-x;
	background-color:	#D6D0D4;
	vertical-align: 	top;
	font-family:		verdana;
	font-size:			8pt;
	color:				#a6a6a6;
}

a {
	color:							#666666;
	text-decoration:			none;
	 
		
}
fieldset {
	border:							1px solid lightgrey;
	border-width:				0 0 0 0;
	margin-bottom:				15px;
	margin-top:					15px;
	padding-top:					10px;
}

legend {
	font-size:						10pt;
	font-weight:					bold;
	color:							#666666;
}

h1,h2,h3,h4,h5,h6 {
	color:							#18185A;
	font-family: 					verdana;
	font-weight:					bold;
}
h1 {
	font-size:						13pt;
}

h2 {
	font-size:						12pt;
}
h3 {
	font-size:						11pt;
}
h4 {
	font-size:						11pt;
	font-weight:					normal;
}
h5 {
	font-size:						10pt;
}
h6 {					
	font-size:						10pt;
	font-weight:					normal;
}
hr {
	width: 							100%; 
	height: 						1px; 
	border: 						0px; 
	background-color: 		grey;
}
p {
	text-align:					justify;
	font-size: 						8pt;
 	color:							#18185A; 
	font-family: 					verdana; 
	padding-top: 				5px; 
	line-height:					1.5em;
}
table {
	color:							#18185A;
	border:							0px;
	font-family: 					verdana; 
	font-size: 						8pt;
	text-align:					justify;
	line-height:					1.5em;
}
ul, ol {
	font-size: 						8pt; 
	color:							#18185A;
	font-family: 					verdana; 
	padding-top: 				5px;
	line-height:					1.5em;
	text-align:					justify;
}

