/* CSS Document */

.big_red {
	font-family:arial,helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#990000;
}
A:hover {
	color:#FF0000;
}
.reg_red {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000099
}
.test_white {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
a.test_white:link {
	color:#FFFFFF;
	}
a.test_white:visited {
	color:#FFFFFF;
	}
a.test_white:hover {
	color:#FF0000;
	}
TD {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#888888;
}
.reg_text {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#888888;
}
form {
	display:inline;
	}
input {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#CCCCCC;
	border:solid 1px;
	border-color:#555555;
	}
textarea {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#CCCCCC;
	border:solid 1px;
	border-color:#555555;
	}
.coupon {
	border-style:dashed;
	border-width:thick;
	border-color:#666666;
	}