
table.ButtonBlue {
	width: 120px;
	height: 18px;
}

table.ButtonBlue td {
	padding: 0;
	margin: 0;
	border: none;
	height: 18px;
}

table.ButtonBlue td.Left {
	width: 10px;
	background-image: url(img/btn_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

table.ButtonBlue td.Right {
	width: 10px;
	background-image: url(img/btn_right.gif);
	background-repeat: no-repeat;
	background-position: left;
}

table.ButtonBlue td.Center {
	background-image: url(img/btn_center.gif);
	background-repeat: repeat-x;
	text-align: center;
}

table.ButtonBlue td.Center button {
	height: 14px;
	background: transparent;
	border: none;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

div p {
	font-family: Tahoma;
	font-size: 0.8em;
}

div p a  {
	color: #48A6CE;
	text-decoration: underline;
}

div p a:hover  {
	color: #48A6CE;
	text-decoration: none;
}