/* styles.css -- a very abbreviated version of our std websites
    'cause I am using the color chart from there and I need the
    smaller link text */
/*Global styles*/
body{
	margin:0px;
	padding:0px;
	color:#000;
	background:url('/images/background.gif') repeat-x #f0dcb2;
}
body, td{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}
form{
	margin:0px;
	padding:0px;
	display:inline;
}
.fltLft{
	float:left;
}
.fltRt{
	float:right;
}
a:link, a:visited{
	color:#336699;
	text-decoration:none;
}
a:hover{
	color:#336699;
	text-decoration:underline;
}


