body {
	background-image: url(images/bgbottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.text {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
td {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
a.text:link {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
a.text:visited {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
a.text:active {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
a.text:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
	text-decoration:underline;
	background-color: #EEEEEE;
}

