@charset "utf-8";
/* CSS Document */

#bigtbl #inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #87B7FF;
	border-bottom-color: #FFFFFF;
}

.alink {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
}

.alink:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
