body {
	background-color: rgb(0,0,0);
	margin: 10px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
}
td {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);
}
a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,255,192);
}
.inputText {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
	background-color: rgb(50,50,50);
	border: 1px solid rgb(255,255,255);
	width: 170px;
	padding: 2px;
}
.inputFile {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
	background-color: rgb(50,50,50);
	border: 1px solid rgb(255,255,255);
	padding: 2px;
}
.inputTextArea {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
	background-color: rgb(50,50,50);
	border: 1px solid rgb(255,255,255);
	width: 170px;
	height: 80px;
	padding: 2px;
}
.inputSelect {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
	background-color: rgb(50,50,50);
	border: 1px solid rgb(255,255,255);
	padding: 4px;
	width: 120px;
}
.inputSubmit {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	border: 1px solid rgb(255,255,255);
	padding: 4px;
}
.dataCell {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(255,255,255);
}
.dataHeader {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.adminPageHeader {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: rgb(150,200,150);
}
.pricingTable {
	border-left: 1px solid rgb(128,128,128);
	border-top: 1px solid rgb(128,128,128);
	width: 100%;
	margin-bottom: 8px;
}
.pricingTableHeader {
	border-right: 1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
	padding: 3px;
	background-color: rgb(36,36,36);
	font-weight: bold;
}
.pricingTableSubHeader {
	border-right: 1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
	padding: 3px;
	background-color: rgb(28,28,28);
}
.pricingTableCell {
	border-right: 1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
	padding: 3px;
	color: rgb(255,255,192);
}
