﻿.u1 {
	color: blue;
	font-weight: bold;
	font-size: 16pt;
}
.u2 {
	color: green;
	font-weight: bold;
	font-size: 14pt;
}
.u3 {
	font-weight: bold;
	font-size: 11pt;
}
.ured {
	font-weight:bold;
	color:Red;
}
div.u1 {
	margin-top: 10px;
	margin-bottom: 6px;
	text-align:left;
}
div.u2 {
	margin-top: 10px;
	text-align:left;
}
div.u3 {
	margin-top: 6px;
	margin-bottom: 0px;
	text-align:left;
}