.header {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #00237E;
	line-height: 1.5;
}

.indented {
	padding-left: 25pt;
} 

p, body {
	font-family:Verdana;
	font-size: 10px;
	color: black;
	line-height: 1.5;
	margin-right: 7px;
}

A:link { 
	color: black; 
	font-size: 10px;
	font-family:Verdana;
	line-height: 1.5;
}

A:hover { 
	color: blue;
	font-size: 10px;
	font-family:Verdana;
	line-height: 1.5;
}

#root {
	position:relative;
	width:365px;
	height:230px;
	font-family:verdana, sans-serif;
	font-size:10px;
}

#topButton {
	position:absolute;
	height:12px;
	width:13px;
	background-image: url(images/scroll-up.gif);
}

#track {
	position:absolute;
	width:13px;
	background-color:#DFE0E6;
}

#thumb {
	position:absolute;
	width:8px;
	background-color:#DFE0E6;
	border:1px outset #dddddd;
}

#bottomButton {
	position:absolute;
	height:12px;
	width:13px;
	background-image: url(images/scroll-down.gif);
}
