/* UNS CSS*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
body {
	background-color: #74a75d;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat-x;
	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;
}
.main_bkgd {
	background-color: #FFFFFF;
	background-image: url(../images/index_13.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer_bkgd {
	background-image: url(../images/index_17.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
#footer a:active {
	text-decoration: underline;
	color: #ffffff;
}

#dateholder{
position:relative;
width:215px;
height:275px;
background-color:#fff;
overflow:auto;
}
.datetitle {
	color: #0D4B91;
	font-weight: bold;
}
.picborder {
	border: 1px solid #219D4A;
}
hr {
	border: 1px dashed #0D4B91;
}

.blue {
color: #0000CC;
}
