@charset "utf-8";
body {
	background: #333333;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.oneColElsCtr #container {
	width: 46em;
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.orange {
	color: #FF9900;
}
.oneColElsCtr #container #mainContent table tr td div table tr td div .orange a strong {
	color: #FF8000;
}
.oneColElsCtr #container #mainContent table tr td div table tr td div .orange a strong {
	color: #FFF;
}
.oneColElsCtr #container #mainContent table tr td div table tr td div .orange a strong {
	font-size: 2;
}
.oneColElsCtr #container #mainContent table tr td div table tr td div .orange a strong {
	font-size: +2;
}
.oneColElsCtr #container #mainContent table tr td div table tr td div .orange a strong {
	color: #FF8000;
}
.oneColElsCtr #container #mainContent table tr td div table tr td div .orange a strong {
	color: #FF8000;
}
