@charset "utf-8";
/* CSS Document */

body {
	font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 100; /* 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: #000000;
}
.oneColElsCtr #container {
	width: 980px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 50px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}


.headings {
	font: 11px Courier New, Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: underline;
}

p {
	font: 11px Courier New, Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.oneColElsCtr #container #mainContent table tr td p strong {
	color: #F00;
}
