<!--
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.border {
	border: 1px solid #FF9900;
}
a.menu {font-family:Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #0000FF;
		text-decoration: none
}
a.menu:hover {text-decoration: underline}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	font-weight: bold;
}
.border-dotted {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	font-weight: bold;
}
.text-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.hidden {display:none} 
-->