
.left {
	text-align:left;
}

.center {


}

.right {
	text-align:right;
}

.bold {
	font-weight:bold;

}

.hide, .hidden {
	display:none;
}

.red {
	color:red;
}

.button {
	padding:2px;
	font-size:12px;
	background-color:#CCCCCC;
	border:1px solid #666666;
	text-decoration:none;
	color:#000000;
}