a:link { color: #006600 }
a:visited { color: #000000 }
a:hover { color: #F8CB5C; text-decoration: none }
a:active { color: #FFD919; text-decoration: none }

.pagetxt a:link { color: #006600 }
.pagetxt a:visited { color: #000000 }
.pagetxt a:hover { color: #f8cb57; text-decoration: none }
.pagetxt a:active { color: #ffd919; text-decoration: none }

.footer a:link { color: #FFFFFF; text-decoration:none}
.footer a:visited { color: #FFFFFF; text-decoration:none }
.footer a:hover { color: #FFFFCC; text-decoration:underline}
.footer a:active { color: #FFFFCC}

.smalltxt a:link { color: #006600; text-decoration:none}
.smalltxt a:visited { color: #006600; text-decoration:none }
.smalltxt a:hover { color: #006600; text-decoration:underline}
.smalltxt a:active { color: #006600}

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif; font-size: 80%
}.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFCC;
}
.border { border: #73797E 1px solid }

.pagetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.border2 { border: #006600 1px solid }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFCC;
}