body
{
	background-color: #CC3300;
	font-family: Arial;
}

.vspacer
{
	height: 10px;
}

.hspacer
{
	width: 10px;
}
	

.center
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

input
{
	background-color: transparent;
	border: solid 1px black;
}

textarea
{
	background-color: transparent;
	border: solid 1px black;
}

select
{
	background-color: #CC3300;
	border: solid 1px black;	
}

.admintable td
{
	vertical-align: top;
	font-size: 60%;
	text-align: center;
}

ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li a
{
	display: block;
	text-align: center;
}

a
{
	color: black;
}

a img
{
	border-color: black;
}

.headercell
{
	font-size: 150%;
}

.uploadbox
{
	border: solid 1px black;
}

.bodytext
{
	text-align: center;
	font-size: 80%;
}

.albumarrow
{
	border: none;
}

.photo
{
	border: solid 3px black;
}