/*
 * $Id: pbih-basic.css, v. 1.0 2004/08/25 6:25 PM aselimovic Exp $
 */

body {
	background: #FFF;
	color: #000;
	margin: 0
}

form { margin: 0 }

/* CSS3 */
.stack { display: block }

/* link pseudo-classes */
/* M17 */
a:link {
	color: #F60;
	text-decoration: none
}
a:visited {
	color: #D95700;
	text-decoration: none /* NS 4.x */
}

/* dynamic pseudo-classes */
a:hover {
	color: #F90;
	text-decoration: underline
}

.FancyInput {
	border: 1px solid #069;
	background: url("/images/fancy-input-bg.gif") repeat-x bottom
}

.fancy-list, .fancy-list2 {
	margin-left: 20px;
	padding-left: 0
}
.fancy-list li {
	font-size: 12px;
	line-height: 17px;
	list-style: url("/images/fancy-list-bullet.gif");
	margin-bottom: 10px;
	vertical-align: top;
	margin-left: 0; padding-left: 0
}
.fancy-list2 { margin-left: 16px }
.fancy-list2 li {
	list-style: url("/images/fancy-list-bullet.gif");
	margin-bottom: 5px
}

h4 {
	color: #09C;
	font: bold 12px/17px Verdana, Arial, Helvetica, sans-serif
}