borderline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderlinegray {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bordersidegray {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderline_thick {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
}
.list {
	list-style-image: url(images/listarrow.jpg);
}
.blue_border {
	border: medium solid #90A6D6;
}
.purple_border {
	border: medium solid #b45ea5;
}
.teal_border {
	border: medium solid #6c92a3;
}
