/* CSS Document */

/* Global Styles */

/* ID Styles */

.x2-ochbuttons a{
	display: inline;
	text-decoration: none;
	color: #000000;
	width: 145px;
	height: 64px;
	float: left;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	background-image:url(../images/buttons/upx2-oc.jpg);
	background-repeat: no-repeat;
	padding-top: 16px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: -8px;
	}

.x2-ochbuttons a:hover{
	background-image:url(../images/buttons/downx2-oc.jpg);
	color: #000000;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;
}