body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
a {
	font-size: xx-small;
	color: #3B48E6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #141FA3;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}.bkgrndBlue {
	background-color: #000000;
	color: #FFFFFF;
}
.bkgrndYellow {
	background-color: #807300;
	color: #FFFFFF;
}
.bkgrndBlueLt {
	background-color: #DCDDC8;
}
.bkgrndYellowLt {
	background-color: #DCDDC8;
}
.bkgrndWhite {
	background-color: #FFFFFF;
}
.stanBold {
	font-weight: bold;
}
.speckledBorder {
	border: thin dotted #9FA0D9;
}
.go {
	color: #00A449;
}
.stop {
	color: #CC0000;
}
.ltGo {
	color: #D9F9EB;
}
.ltStop {
	color: #FFB3B3;
}
.remark {
	font-style: italic;
}
.title {
	font-size: small;
	font-weight: bold;
	color: #000099;
}
.stanFade {
	color: #999999;
	font-size: xx-small;
}

.snappy {
	font-weight: bold;
	color: #00A449;
	text-decoration: blink;
	font-size: small;
}

