/*
 * $Id: apf-basic.css, v. 1.0 2004/03/06 6:16 PM aselimovic Exp $
 */

body {
	background: #FAF5DE;
	color: #000;
	margin: 0
}

div {
	text-align: left
}
#adv-srch-form td { text-align: left }


/* CSS3 */
.stack { display: block }

/* link pseudo-classes */
/* M17 */
a:link {
	color: #F30;
	text-decoration: none;
	white-space: normal;
}
a:visited {
	color: #DD6F00;
	text-decoration: none /* NS 4.x */
}

/* dynamic pseudo-classes */
a:hover {
	color: #F60;
	text-decoration: underline
}

.frame { background: #FFF; text-align: left }

input[type="text"] {
	border: 1px solid #F60;
	color: #333
}

#fraContents { height: 300px }

.pnlRssFeed, .pnlDocumentTitle {
	color: #333;
	font: 10.5pt/1.4 Arial, Helvetica, sans-serif
}



