@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(npa_bgtile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	background-color: #FFFFFF;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}

