body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.whitetext {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	line-height:18px;
	text-decoration: none;
}
.blacktext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	line-height:18px;
	text-decoration: none;
}
.whiteheader {
	font-family: Tahoma;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
}
.blueheader {
	font-family: Tahoma;
	font-size: 16px;
	color: #146085;
	text-decoration: none;
	font-weight:bold;
}
.blueheaderbig {
	font-family: Tahoma;
	font-size: 22px;
	color: #146085;
	text-decoration: none;
	font-weight:bold;
}
.toplink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
.toplink:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #4A86A6;
	text-decoration: none;
}
.biglink {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
}
.biglink:hover {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
.blacklink {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
.blacklink:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.yellowtext {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFD200;
	line-height:18px;
	text-decoration: none;
}