body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;

}
td {
	font-size: 13px;
	color: #000000;
	line-height: 150%;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
.inputtext {
	width: 100px;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #87AFCB;

}
