html,body {
	height: 100%;
}
body {
	background-image: url(images/page_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content_area {
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727161;
	line-height: 18px;
}
a:link		{ color:#E8453B; text-decoration:none; }
a:active	{ color:#E8453B; text-decoration:none; }
a:visited	{ color:#E8453B; text-decoration:none; }
a:hover		{ color:#E8453B; text-decoration:underline; }

.header {
	font-size: 14px;
	font-weight: bold;
	color: #E8453B;
}
.tableAlt {
	background-color: #DCDBBE;
}


.photo {
	width: 115px;
	height: 115px;
	border: 1px solid #727161;
	padding: 1px;
	margin: 1px;
	background: #fff;
	text-align: center;
}

.photo_img {
	vertical-align: middle;
}
.photo_caption {
	text-align: center;
	font-weight: normal;
}