BODY {  
	font-weight: normal;
	background-image: url(images/bg2.png);
}
TD {
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 14px;
	color: #33564A;
}
a:link, a:active, a:visited {
	font-family: "Berlin Sans FB Demi", "Lucida Sans", Tahoma, Arial;
	color: #487F6D;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}
a:hover {
	font-family: "Berlin Sans FB Demi", "Lucida Sans", Tahoma, Arial;
	color: #000000;
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}
.green {
	color: #487F6D;
}
.blue {
	color: #0A79BE;
}
.white {
	color: #FFFFFF;
}
.px11 {
	font-size: 11px;
}
.bolder {
	font-family: "Berlin Sans FB Demi", "Lucida Sans", Tahoma, Arial;
	color: #487F6D;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}
.italic {
	font-style:italic; 
}