body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px;
}
.photoborder-l {
	background-image: url(graphics/border-l.gif);
}
.photoborder-r {
	background-image: url(graphics/border-r.gif);
}
.photoborder-br {
	background-image: url(graphics/border-br.gif);
	background-repeat: no-repeat;
}
.photoborder-bl {
	background-image: url(graphics/border-bl.gif);
	background-repeat: no-repeat;
}

.photoborder-t {
	background-image: url(graphics/border-t.gif);
}
.photoborder-b {
	background-image: url(graphics/border-b.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.photocell {
	padding: 10px;
}
.intro {
	text-align: center;
	line-height: 25px;
	width: 610px;
	font-size: 14px;
}
.maincellborder {
	border-width: 2px;
	padding: 10px;
	border-style: inset;
	border-color: blue;
	background-color: white;
	text-align: center;
}
a {
	color: #000000;
}
.boldtext {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.maintable {
	margin: 10px;
}
