.tableTop{
	width:1000px;
	background: url('../images/tableBgTop3.png');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	border: thin solid #000000;
	border-bottom:0px;
}
.tableContent{
	width:1000px;
	background: url('../images/tableBgContent.png');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000000;
	border-top:0px;
	margin-top: -4px;
	border-bottom:0px;
}
.tableContent1{
	width:1000px;
	background: url('../images/tableBgContent1.png');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000000;
	border-top:0px;
	margin-top: -4px;
	border-bottom:0px;
}
.tableFooter{
	width:1000px;
	border: thin solid #000000;
	border-top:0px;
	margin-left: auto;
	margin-right: auto;
}
a{
	text-decoration:none;
	color:blue;	
	font-size: 12px;
	font-family: verdana;
}

a:hover{
	text-decoration:none;
	color:#dc0000;	
}

body{
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
}

.niceButton{
	width: 85px;
	text-align:center;
	color:black;
	background:#1b9fdc;
	border:thin solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}
.niceButton:hover{
	width: 85px;
	text-align:center;
	color:white;
	background:#1b9fdc;
	border:medium solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}
.niceButton150{
	width: 150px;
	text-align:center;
	color:black;
	background:#1b9fdc;
	border:thin solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}
.niceButton150:hover{
	width: 150px;
	text-align:center;
	color:white;
	background:#1b9fdc;
	border:medium solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}