.text {
	font-family: Verdana, Geneva;
	font-size: 11px;
	color: Black;
}
.tdlnav1on {
	BORDER-TOP: #3d67d8 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 2px; CURSOR: pointer; PADDING-TOP: 2px; BORDER-BOTTOM: #3d67d8 1px solid; BACKGROUND-COLOR: #3d67d8
}
.tdlnav1off {
	BORDER-TOP: #1e3d94 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #1e3d94 1px solid; BACKGROUND-COLOR: #1e3d94
}

.tbl_border {
	border: thin Black;
	BORDER-BOTTOM: #344b63 1px solid;
	border-top: #344b63 1px solid;
	border-left: #344b63 1px solid;
	border-right: #344b63 1px solid;
}

A:hover {
	color: Red;
	text-decoration: none;
}
A {
	color: Blue;
	text-decoration: underline;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
A:hover.green {
	color: #00bb00;
	text-decoration: none;
}
A.green {
	color: Green;
	text-decoration: underline;
}

input {
	border: Black 1px solid;
	background-color: White;
	font-weight: normal;
	font-family: Arial;
	font-size: 10px;
}