/*GENERAL LINKS */
body {
	color:#999999;
}
a {
	text-decoration:none;
}

a:link, a:visited {
	color:#999999;
}

a:hover {
	color:#990000;
}

/* TABLES */

table {
	border:0;
	font-size:10pt;
	width:90%;
	margin:auto;
}

th {
	background: #111111;
	border:0;
	border-top:#333333 1px solid;
	border-bottom:#000000 1px solid;
}

td {
	background: #222222;
	border:0;
	border-top:#333333 1px solid;
	border-bottom:#000000 1px solid;
	padding:2px 10px 2px 10px;
}

.total {
	font-weight:bold;
}
table input {
	width:30px;
	text-align:center;
}

/*forms*/

.form {
	margin:10px auto 10px auto;
	width:400px;
	background:#111111;
	border:3px double #333333;
	padding:10px 10px 10px 30px;
	font-size:10pt;
}
input{
	background:#222222;
	width:240px;
	padding:2px;
	border:3px double black;
	font-family: Trebuchet MS;
	color:#BBBBBB;
}
textarea{
	background:#222222;
	border:3px double black;
	color:#BBBBBB;
	padding:2px;
	font-family: Trebuchet MS;
	font-size:10pt;
	width:240px;
}
.formbtn {
	width:100px;
	font-weight:bold;
	height:30px;
}
.buynow {
	width:130px;
	border:0px;
	background:none;
}
