/* CSS Document */
/* Created 03/08/07 by RB */
/* Styles specifically for library documents */
/* All classes shoud begin -- doc_ -- ie: doc_stylename */

/*classes */

/* This is an exception to the naming rule because it was created in another style sheet */
/* Puts a dotted border above element */
.dotTopBorder {
	border-top:dotted 1px #000000;
	padding-top:10px;
}

.doc_solidTopBorderBold {
	border-top:solid 1px #000000;
	padding-top:10px;
	font-weight:bold;
}

.doc_solidTopBorderBoldBig {
	border-top:solid 1px #000000;
	padding-top:10px;
	font-weight:bold;
	font-size:1.6em;
	color:#003333;
}
