.paf1 {
	font-family: ms sans serif;
	font-size:10pt;
	color:darkgreen;
}

.paf1_wh {
	font-family: ms sans serif;
	font-size:10pt;
	color:white;
}

.paf2 {
	font-family: tahoma;
	font-size:8pt;
	color:darkgreen;
}

.paf3 {
	font-family: tahoma;
	font-size:7pt;
	color:gray;
}
a {
        text-decoration: none;
}

a:link { color: darkgreen; }
a:visited { color: darkgreen; }

a:hover {
        color: darkgreen;
        text-decoration: underline;
}

a#current {
        background: white;
		border: 1px solid #000000;
        border-bottom: 1px solid white;
}