.block {
	display: block;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.textToRight {
	text-align: right;
}

.boldBrown {
	color: #7A4E25;
	display: inline;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.block {
	display: block;
}

.inline {
}

.black {
	color: #000000;
}

.brown {
	color: #7A4E25;
}

.orange {
	color: #EF780B;
}

.white {
	color: #ffffff;
}

.blackBorder {
	border: 1px solid #000000;
}

.underline {
	text-decoration: underline;
}

.ascending, .descending {
	width: 30px;
	height: 13px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ascending a.second, .descending a.second{
	margin-left: 5px;
}

.ascending a, .descending a{
	width: 10px;
	height: 11px;
	display: block;
	float: left;
}

.ascending {
	background-image: url(../img/asc.gif);
}
.descending {
	background-image: url(../img/dsc.gif);
}

.arrowCW {
	display: list-item;
	list-style-image: url(../img/p_a_li.png);
	list-style-position: inside;
	color: #7a4e25;
	font-size: 12px;
	text-align: right;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}
