body,td,th {
	font-size: 12px;
}
body {
	background-image: url("../pic/background.gif")//;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.topline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0F0F0F;
}
.MouseOverStyle {
	background-color: #FFFFFF;
	cursor: hand;
}
.rightline {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
