@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center;}.oneColFixCtr #container {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto;	text-align: justify; /* this overrides the text-align: center on the body element. */	font-size: 12px;	line-height: 20px;}.oneColFixCtr #mainContent {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto;	text-align: justify; /* this overrides the text-align: center on the body element. */	font-size: 12px;	line-height: 20px;	}.caption {	font-size: 10px;}.TableText {	font-size: 10px;}.midasi-green {	color: #339999;}.underline {	text-decoration: underline;}.midashi-green-big {	font-size: 14px;	color: #339999;	font-weight: bold;}.bold {	font-weight: bold;}
