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;
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #141FA3;
}
a:hover {
	text-decoration: underline;
	color: #10238C;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}.bkgrndBlue {
	background-color: #022A4D;
	color: #FFFFFF;
}
.bkgrndYellow {
	background-color: #8F801B;
	color: #FFFFFF;
}
.bkgrndBlueLt {
	background-color: #DFE4EC;
}
.bkgrndYellowLt {
	background-color: #F9F5DF;
}
.bkgrndWhite {
	background-color: #FFFFFF;
}
.stanBold {
	font-weight: bold;
}
.speckledBorder {
	border: thin dotted #9FA0D9;
}
.go {
	color: #003300;
}
.stop {
	color: #990000;
}
.ltGo {
	color: #003300;
}
.ltStop {
	color: #990000;
}
.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: #339933;
	text-decoration: blink;
	font-size: small;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
a.header {
	font-size: small;
	font-weight: bold;
	color: #3B48E6;
}
.smallTitle {
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

a.header:link {
	text-decoration: none;
	color: #0033CC;
	font-size: small;
}
a.header:visited {
	text-decoration: none;
	color: #141FA3;
	font-size: small;
}
a.header:hover {
	text-decoration: underline;
	color: #10238C;
	font-size: small;
}
a.header:active {
	text-decoration: none;
	color: #CC6600;
	font-size: small;
}

