body,table,td,tr {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
}
.header {
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #549FEB;
}
.background {
	background-image: url(images/circles.gif);
	background-repeat: repeat-y;
	background-position: top;
}
a:link {
	color: #549FEB;
}
a:visited {
	color: #549FEB;
}
a:active {
	color: #549FEB;
}
a:hover {
	color: #93D002;
	text-decoration: underline;
}
