/* CSS Document */

BODY {
	background-color : #F7F7F7;
	background-image: none;
	margin-bottom : 15px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 7px;
}

BODY, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 150%;
	vertical-align : top;
}

.imagePanorama {
	margin-top : 21px;
	margin-bottom : 21px;
}

.imageRight {
	margin-bottom : 21px;
	margin-left : 21px;
}

.imageLeft {
	margin-bottom : 21px;
	margin-right : 21px;
}


.bgLeft {
	background-image : url(/images/bgLeft.gif);
	background-repeat : repeat-y;
	background-position : right;
}

.bgRight {
	background-image : url(/images/bgRight.gif);
	background-repeat : repeat-y;
	background-position : left;
}

.errCode {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	color : Gray;
	text-align : left;
}

.marked {
	background-color : Yellow;
}
