.yonstyle {
	background-color: #c9c99c;
}

.headstyle {
	color: black;
	font-family: Cantarell;
	font-size: 24pt;
	text-align: center;
}

.regular {
	text-indent: 1cm;
	font-family: Cantarell;
	font-size: 14pt;
	text-align: justify;
}

.centred {
	font-family: Cantarell;
	font-size: 14pt;
	text-align: center;
}

.itemstyle {
	margin-left: 2cm;
	font-family: Lucida Sans Unicode;
	font-size: 14pt;
	text-align: center;
}

.symbolic {
	font-family: "Lucida Sans Unicode";
	font-size: 14pt;
}

.tabular {
	margin-left: 1cm;
	border: 1px solid black;
	border-collapse: collapse;
	padding:20px;
}

.spaced{
	margin-left: 2cm;
	border: none;
	border-spacing: 10px;
}

.noborder{
	margin-left: 1cm;
	border: none;
}

.nodata {
	width: 20px;
	border: none;
	padding: 5px;
}

.typical {
	list-style-type: disc;
	font-family: Cantarell;
	font-size: 14pt;
	text-indent: 1cm;
}

.plain {
	list-style-type: none;
}

.fieldstyle {
	list-style-type: none;
	float: none;
}

.cross-style {
	float: left;
	padding: 5px;
}

.exit-cross {
	clear: both;
	list-style-type: none;
	float: none;
	display: block;
}

.gap1 {
	list-style-type: none;
	width: 50px;
}

.gap2 {
	list-style-type: none;
	width: 80px;
}

.blankrow {
	height: 20px;
}

.rowstart {
	width: 60px;
}

