a:link {
	color: #2f849e;
	text-decoration: none;
}
a:visited {
	color: #2f849e;
	text-decoration: none;
}
a:hover {
	color: #2f849e;
	text-decoration: underline;
}
a:active {
	color: #2f849e;
	text-decoration: none;

}
.border {
	border-style: solid;
	border-width: 2px;
	border-color: #eb752f;
	background-color: #ffffff;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.fields {
	border-style: solid;
	border-width: 1px;
	border-color: #2f849e;
	background-color: #ffffff;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.button {
	border-style: solid;
	color: #ffffff;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #2f849e;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

p.small {line-height: 90%}
p.big {line-height: 155%}