@charset "utf-8";
.elabbanner {
	text-align: center;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 55px;
	padding-left: 60px;
}

body {
	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: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

.rigo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.rigobulleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: circle;
	text-indent: 0px;
	list-style-position: outside;
	padding-left: 0px;
}


.rigo5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-stretch: wider;
	font-weight: bold;
}
.rigo6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #333333;
	font-style: italic;
}
.rigo7 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	letter-spacing: -0.1em;
	font-weight: bold;
	text-align: center;
}
.oneColFixCtr #container #mainContent table tr td table {
	text-align: left;
}
