body {
	color: rgb( 4, 44, 121 ); 
}

.MainContent {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	/*padding-left:100px;*/
	
	top: 200px;
	border: none;
	position: absolute;
	z-index: auto;
	width: 800px;
	color: rgb( 4, 44, 121 ); 
}

.Title {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.display_none {
	display: none;
	height: 0px;
	width: 0px;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
}
.bold {
	font-size: 14px;
	font-weight: bold;	
}
.boldtital {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.underline {
	font-size: 14px;
	text-decoration: underline;
}
th {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}
td {
	font-size: 14px;
}
.table {
	border: thin solid;
}
.boldunderline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.subtitleunderline {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
