body {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 90%;
}

.foot
{
	font-size: 70%;
	width: 100%;
}

.foot td
{
	width: 33%;
}

.foot a
{
	text-decoration: none;
	color: black;
}

.foot a:hover
{
	text-decoration: underline;
	color: blue;
}

img
{
	border: 0;
}

.center
{
	/*position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	/*border: 5px solid blue;
	background-color: aqua;*/
}

.recent td
{
	padding: 5px;
}

.homelink
{
	float: right;
	/*font-size: 200%;*/
	text-align: right;
}

#uploadbox
{
	width: 700px;
}

.caption
{
	font-size: 75%;
	font-style: italic;
}

.fright
{
	float: right;
}

.fleft
{
	float: left;
}

.img_center
{
	/*position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	width: 1024px;
	/*border: 5px solid blue;
	background-color: aqua;*/
}

#client_logo
{
	position: fixed;
	right: 10px;
	bottom: 20px;
}


