body {
	background-color: #B3C3C8;
	margin: 0px;
	padding: 0px;
}
.redtxt {
	color: #CC0000;
	text-decoration:none
}
.bluetxt {
	color: #006699;
	text-decoration:none
}
.bluelnk {
	color: #006699;
	text-decoration:underline
}
.bluelnk:hover {
	color:#006699;
	text-decoration: none;
}
.yellowlnk {
	color: #FFF799;
	text-decoration:underline
}
.yellowlnk:hover {
	text-decoration: none;
}
.smltxt {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.medtxt {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}
.bigtxt {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.nospace {
	font-family: Arial, Verdana;
	font-size: 1px;
}
a {
	color: #006699;
	text-decoration: none;
}
.lntrutxt {
	text-decoration:line-through;
}
.tbox {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.ntbox {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

