@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/background_tile_tan.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
