@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* 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: 850px;
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

td {
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:inherit;
}
	
p {
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 40px;
	margin-top:0px;
	margin-bottom:12px;
}
	
.text_sm {
  font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}	

.text_strong {
  font-weight:bold;
	font-style:italic;
}	

.text_large {
  font-size:18px;
}

.click_large {
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	color: #1c5e75;
	margin-top:0px;
	margin-bottom:20px;
}


h1 {
  font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	color: #1c5e75;
	margin-top:0px;
	margin-bottom:20px;
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:10px;
}		

ul {
  padding-left: 30px;
	margin-left: 30px;
	margin-top:0px;
	margin-bottom:6px;
}	

ol {
  padding-left: 40px;
	margin-left: 40px;
	margin-top:0px;
	margin-bottom:6px;
}	

a {
  color:#6f0303;
	text-decoration:none;
}

a:hover {
	color: #1c5e75;
}

	