﻿.tbar {
	clear: left;
	overflow: auto;
	height: 22px;
	margin: 6px 0px 6px 0px;
	background: url(/images/caption_mid.gif);
}

.arrowleft {
	background: url(/images/arrow_lr.gif) 
		no-repeat 0px 0px; 
	float: left; 
	height: 20px; 
	width: 20px; 
	padding: 0px;
	margin: 5px;
}

.arrowleft A {
	display: block; 
	height: 20px; 
	width: 20px; 
}

.arrowleft A:hover {
	background: url(/images/arrow_lr.gif) no-repeat 0px -20px; 
}

.arrowright {
	background: url(/images/arrow_lr.gif) 
		no-repeat -20px 0px; 
	float: left; 
	height: 20px; 
	width: 20px; 
	padding: 0px;
	margin: 5px;
}

.arrowright A {
	display: block; 
	height: 20px; 
	width: 20px; 
}

.arrowright A:hover {
	background: url(/images/arrow_lr.gif) no-repeat -20px -20px; 
}

.captionleft {
	background: url(/images/caption_left.gif) 
		no-repeat 0px 0px; 
	float: left; 
	height: 22px; 
	padding-left: 15px; width: 28px; 
}

.captionleft A {
	display: block; 
	height: 22px; 
	width: 28px; 
}

.captionleft A:hover {
	background: url(/images/caption_left.gif) no-repeat -15px -22px; 
}

.captionleft A:active {
	background: url(/images/caption_left.gif) no-repeat -15px -44px; 
}

.hdr {
	padding-left: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.ref {
	float: right;
	padding-right: 6px;
}

.abs {
	font-style: italic;
	text-align: center;
	padding: 0px 6px 0px 6px;
}

.txt {
	text-indent: 2em;
	font-style: normal;
	text-align: justify;
	padding: 0px 6px 0px 6px;
}
