/* CSS Document */

body {
	background-color: #999966
}

td.bg {background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF
}

body,td,textarea,input,select {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.border {
	border: 1px solid #504a4a
}
.footer {
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
a.footer:link, a.footer:visited {
	color: white
}
a.footer:hover, a.footer:active {
	color: #504a4a;
}
a:link, a:visited {
	color: #504a4a;
}
a:hover, a:active {
	color: #CC3333;
}

