body {
	background-image: url(images/bg1.gif);
	margin-left: 22px;
}
.style1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
}
.button {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color:#FFFFFF;
	border-color: #000000;
	border-width: 1px;
	height: 21px;
	cursor: pointer;
}
.border {
	border: 1px solid #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.style3 {color: #990000}
