@charset "utf-8";
#tab {
	font-size:9pt;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(button.jpg);
	padding: 1px;
	width: 185px;
	border: thin solid #000;
	position: relative;
	background-repeat: repeat-y;
	color:#036;
	text-decoration:none;
	}

.bold {
	font-weight:bold;
	text-align:right;
	}

#tab a {
	
	color:#036;
	text-decoration:none;
	}
#tab a:hover{
	text-decoration:none;
	color:#FFF;
	}