body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(image/bg.gif);
	font-size: small;
	line-height: 20px;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
}
.white {
	color: #FFFFFF;
}
.medium {
	font-size: medium;
}
.big {
	font-size: large;
}
.xsmall {
	font-size: 9px;
	line-height: 14px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.green {
	color: #669900;
}
.red {
	color:#FF0000;
	}