.txt_hd1 {

	background-color: #F5DCC9;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
	display: block;
	font-weight: bold;
	color: #666666;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.txt-hd2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	border-bottom-color: #8399B1;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.line-side-l {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
}
.txt-body-black {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.dates-sub {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #004080;
}
#access {
	width: 740px;
	position: relative;
	overflow: hidden;
	margin: 3px 0;
	
	background: #6c8a95; /* Old browsers */
	background: -moz-linear-gradient(top, #6c8a95 0%, #bbc8d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8a95), color-stop(100%,#bbc8d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6c8a95 0%,#bbc8d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6c8a95 0%,#bbc8d0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6c8a95 0%,#bbc8d0 100%); /* IE10+ */
	background: linear-gradient(top, #6c8a95 0%,#bbc8d0 100%); /* W3C */
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	-o-box-shadow:1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	
	text-shadow: 1px 1px 0 #6c8a95;
}
#access li, #access ul, #access a {
	margin:0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#access ul {
	list-style: none;
}
#access li {
	float:left;
}
#access li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	width: 60px;
	line-height: 15px;
	color: #fff; 
	text-decoration: none;
	display: block;
	height: 30;
	padding: 2px 5px;
	border-left: 1px solid #BBC8D0;
	border-right: 1px solid #6C8A95;
	text-align: center;
	vertical-align: middle;
}
#access li.testi a {
	width: 80px;
}
#access li.first a { 
	border-left: none;
	
	-moz-border-radius:7px 0 0 7px;
	-webkit-border-radius:7px 0 0 7px;
	-o-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
}
#access li.last a {
	border-right: none;
	width: 62px;
	
	-moz-border-radius: 0 7px 7px 0 ;
	-webkit-border-radius: 0 7px 7px 0 ;
	-o-border-radius: 0 7px 7px 0 ;
	border-radius: 0 7px 7px 0 ;
}
#access li.last {
	float: right;
}
#access li a:hover {
	background: #F90;
}
