<!--
BODY {
	background-image: url(../images/design/bg.gif);
	margin-top: 0px;
}
BODY,TD {
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	font-size: small;

}
TD {
 	text-align: left;
}
A {
	color: #BB9B46;
	font-weight: 700;
}
A:active {
	color: #BB9B46;
}
A:visited {
	color: #BB9B46;
}
A:hover {
	color: #BB9B46;
	text-decoration: none;
}
.Footer {
	font-size: xx-small;
	color: #333333;
}
A.Footer {
	font-size: xx-small;
	color: #666666;
	font-weight: 500;
	text-decoration:none;
}
A.Footer:active {
	font-size: xx-small;
	color: #666666;
	font-weight: 500;
	text-decoration:none;
}
A.Footer:visited {
	font-size: xx-small;
	color: #666666;
	font-weight: 500;
	text-decoration:none;
}
A.Footer:hover {
	font-size: xx-small;
	color: #666666;
	font-weight: 500;
	text-decoration:none;
}

p {
	margin-top: 0px;
	margin-bottom: 2px;
}

INPUT, TEXTAREA {
	font-size: small;
	color: #666666;
	background-image: url(../images/design/frm_bg.gif);

}
.BUTTON {
	font-size: small;
	font-weight: bold;
	color: #666666;
}

-->