A {
	color: #144800;
	text-decoration: underline;
}

A:ACTIVE {
	color: #144800;
	text-decoration: underline;
}

A:VISITED {
	color: #144800;
	text-decoration: underline;
}

A:HOVER {
	color: black;
	text-decoration: underline;
}

.txt {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: black;
}

.txt2 {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: black;
}

.h {
	font-family: verdana, arial, helvetica;
	font-size: 11pt;
	color: black;
	font-weight: bold;
}


.small {
	font-family: verdana, arial, helvetica;
	font-size: 7pt;
	color: black;
}

.green {
	font-weight: bold;
	color: #144800;
}


a.invs:link {
	color: #BBD7B5;
	text-decoration: none;
}

a.invs:visited {
	color: #BBD7B5;
	text-decoration: none;
}