/* global css classed used in all PUBs
make sure they are properly assigned and they don't overwrite other stuff*/

.packageBtn {
	background: white;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	padding:3px;
	width:110px;
	cursor: pointer; 
	cursor: hand;
}

.packageBtn a {
	font-weight: bold;
	display:block;
	text-decoration:none;
}

.packageBtn b {

}

