/* UNS CSS*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #104E24;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #429227;
}
a:hover {
	text-decoration: none;
	color: #034694;
}
a:active {
	text-decoration: underline;
	color: #219D4A;
}
h1 {
	color: #064895;
	font-size: 16px;
}

.datetitle {
	color: #0D4B91;
	font-weight: bold;
}
.picborder {
	border: 1px solid #219D4A;
}
hr {
	border: 1px dashed #0D4B91;
}
