@charset "utf-8";
/* CSS Document */

body {
	background-image: url(http://approvalsource.com/images/SandstoneBack.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
}
.accent {
	font-weight: bold;
	color: #00C;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #0FF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

.tinytxt {
	font-size: 9px;
}

.menutxt {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
