/* Document CSS - classes.css */
.center{text-align:center;}
.top{vertical-align:top;}
.border_bottom{border-bottom:1px solid black;}
.bgblackwhite{background-color:black;color:white;}
.bold{font-weight:600;}
.inlineBlockBehavior
{
	display:inline-block;
}