﻿body {
	font-family: Arial;
	font-size: 11pt;
}

.bdr {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.bdrOuter {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.bdrInner {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}


#divMain {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.divContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.divPicture {
	position: relative;
	padding: 2px;
	text-align: center;
}

#divCaptionOuter {
	position: absolute;
	bottom: 1px;
	width: 100%;
	text-align: center;
}

#divCaptionInner {
	font-size: 9pt;
	display: inline-block;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	white-space: nowrap;
}
