.tbl_title {
	border-style: outset;
	border-width:1px;
	border-color: #006F95;
	color: white;
	font-family: verdana;
	font-size:12;
	font-weight: bold;
	background-color:#006F95;
	margin-left: 5px;
	margin-right: 5px;
}

.tbl_row {
	border-style: inset;
	border-width:1px;
	border-color: #006F95;
	color: black;
	font-family: verdana;
	font-size:12;
	font-weight: none;
	background-color:#BDDBE7;
	margin-left: 5px;
	margin-right: 5px;
}
.txt {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #006F95;
        background: #BDDBE6 
	text-decoration: none;
	border: #006F95; 
	border-style: 
	solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.href {
	color: white;
	font-family: verdana;
	font-size:12;
	font-weight: bold;
	}
.href2 {
	color: black;
	font-family: verdana;
	font-size:12;
	font-weight: bold;
	}