body {
	color: #BFBFBF;
	margin: 0px;
	background-color: #000000;
	font-size: 12px;
	line-height: 1.8em;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}

.white {
	color: #FFFFFF;
}
.menu_table {
}
.menu_table td {
	background-image: url(img/menu_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pink {
	color: #FF3598;
}
.datatable {
	background-color: #666666;
	border: 3px dashed #FF4DA6;
}
.datatable th {
	background-color: #75005E;
}

.datatable td {
	background-color: #333333;
}
.phototable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.phototable td {
	padding-top: 10px;
}
.photo {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.input {
	background-color: #333333;
	border: 1px solid #FF44C7;
}
.photo_table {
	background-color: #313131;
}
