<!--
body { 
	background-color:#A6C0D6; 
	background-image:url(../images/pawsbg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
td,input,textarea,select {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #333;
}
td.content {
	background-color: #FFFFFF;
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #333;
}
img.greybg {
	background-color: #EEE;
}
a:link {
	color: #527AA3;
	text-decoration: none;
}
a:visited {
	color: #527AA3;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
//-->