body, div, a {
	border: none;
	margin: 0px;
	font-family: arial, sans-serif;
	background: black;
	color: white;
}

font {
	color: white;
	font-family: arial, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

td, tr {
	padding: 0px;
}

img {
	border: none;
}

frameset, frame {
	border: none;
}

.gross {
	font-size: 16px;
}

.normal {
	font-size: 13px;
}

.border {
	border: 1px solid white;
}

input {
	border: 1px solid white;
	background: #666666;
	color: white;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

textarea {
	border: 1px solid white;
	background: #666666;
	color: white;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	height: 230px;
	width: 400px;
}

hr {
	border: none;
	height: 2px;
	width: 165px;
	color: white;
	text-align: left;
}

.text {
	text-transform:uppercase;
	width: 165px;
}



