/* CSS Document */
a {
	background-image: url(picts/arrow_green.gif);
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

#pscroller1{
	width: 160px;
	height: 240px;
	border: none;
	padding: 5px;
	background-color: #FFFFFF;
}

#scrollHolder {
	border: none;
}

#scrollHolder div { 
	border: none; 
}

a:link { 
	color: #663300; 
	text-decoration: none; 
}

a:visited { 
	color: #663300; 
	text-decoration: none; 
}

a:active { 
	color: #000066; 
	text-decoration: underline; 
}

a:hover {
	color: #000066;
	text-decoration: none;
	background-image: url(picts/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.title		{
	COLOR: #666666;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.picborderrt {
	border: 1px solid #000000;
	height: 66px;
	width: 50px;
	float: right;
	margin: 5px;
}

.picborderlft {
	border: 1px solid #000000;
	height: 66px;
	width: 50px;
	float: left;
	margin: 5px;
}

