@charset "UTF-8";
/* CSS Document */
.borderBottom {
	border-bottom:1px solid #666666;
}
.rightText {
	text-align:right;
}
.boldText {
	font-weight: bold;
}
.bgGrey {
	background-color:#EEEEEE;
}
.lineright {
	border-right:1px solid #666666;
}

