body {
	
}

.menutable{
	background: #9099CB;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border: 1px ridge #483D8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	cursor: hand;
	color: white;
	text-align: center;
	margin-right: 2px;
	}
	
	.menuTdBottom{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	margin-right: 2px;
}
	
	.mainbody{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Black;
	background-color: #F8F9FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

	.mainbody1{
	background-color: #F8F9FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.ContentTable{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #F2F2F2;
	border: 4px double #B6B6B6;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: justify;
	}
	
.ContentTable1{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: justify;
	}	
	

.Headertable{
	background: #E4E5F4;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border: 3px double #483D8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	cursor: hand;
	color: Black;
	text-align: center;
	margin-right: 2px;
	}
	
.FormTable{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #F8F9FD;
	border: 4px double #B6B6B6;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: justify;
	}
	
	.ArticleHeadertable{
	background: #E4E5F4;
	border-bottom: 1px solid #483D8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	text-align: left;
	margin-right: 2px;
	width: 400px;
	
	}