﻿.styleContentBoxOuter {
	border: 1px solid #F0E5BB; 
	position: absolute; 
}

.styleContentBoxInner {
	font-family: "Times New Roman";
	font-size: 11pt;
	line-height: 12pt;
	border: 2px solid #EDD98F;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
	left: 0px; 
	top: 0px;
	width: 100%; 
	height: 100%;
}

.styleContentBoxHeader {
	height: 32px; 
	background-color: #FAF5D4; 
	color: #6F5300; 
	font-size: 9pt; 
	font-weight: bold;
}


.styleContentBoxCell {
	background-color: #FEFDF4;
	color: #2E5C84;
	padding: 0px 8px 0px 8px; 
	font-size: 12pt; 
	line-height: 13pt; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-transform: none; 
	vertical-align: middle;
}


.styleContentButtonOuter {
	font-family: "Times New Roman";
	border: 1px solid #D6D6F6; 
	position: absolute; 
}

.styleContentButtonInner {
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 9pt;
	border: 2px solid #BFBFF2;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
	left: 0px; 
	top: 0px;
	width: 100%; 
	height: 100%;
}


