body { 
	background-color:	#94B863;
	width:			800px;
	color:			#000000;
	font-family:		'Bitstream Vera Sans', 'Helvetica', sans-serif;
	font-size:		12pt;
	margin:			10px 10px 10px 10px;
	padding:		0px;
}

a:link    { background-color: transparent; color:#3D12FF; text-decoration: underline; }
a:visited { background-color: transparent; color:#3D5DFF; text-decoration: underline; }
a:active  { background-color: transparent; color:#3D30FF; text-decoration: underline; }
a:hover   { background-color: transparent; color:#3D70FF; text-decoration: underline; }

div {
	padding: 		10px 10px 10px 10px;
	background-image:	url(barcode-muster.png);
	background-repeat:	repeat-y;
	background-position:	center 10px;
	width:			800px;
	margin:			1px;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000090;
}

address {
	font-weight: 200;
	font-style: oblique;
}

p {
	font-size:	10pt;
	text-align:	justify;
}

h1, h2, h3, h4 {
	text-align:	center;
}

td	{ 
	font-size:	12pt;
	padding:	1px;
	margin:		1px;
}

img	{ border-width:	0px; }

ol { 
	list-style-type:	decimal;
	margin-bottom:		10px; 
	background-color:	#94B863;
	color:			#000000;
}

ul { 
	list-style-type:	square;
	margin-bottom:		10px;
	background-color:	#94B863;
	color:			#000000;
}

li	{ 
	font-size:			10pt; 
	margin-right:		10px;
	background-color:	#94B863;
	color:			#000000;
}

.bnav {
	width:			100%;
	letter-spacing:		0.3em;
	background-color:	#C8C800;
	color:			#000000;
	font-size:		smaller;
	text-align:		center;
	padding:		0px;
	margin:			0px;
}

.blind {
	border-style:	none;
	border-width:	0px;
	vertical-align:	top;
	text-align:		center;
}


