@charset "UTF-8";
.maintext #container {
	width: auto;
	background: #000;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	height: 2.5em;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.maintext #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
.oneColElsCtr #indexpanel table tr td p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.renelink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	text-decoration: underline;
}
