@charset "UTF-8";
body {
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFFFFF;
	margin: 0; 
		padding: 0;
	text-align: center; 
		color: #737373;
}
.oneColFixCtr #container {
	width: 600px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtr #mainContent {
	padding: 0px; 
}
h2 {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
h1 {
	font-size: 20px;
}

img {
	border-style: none;
}

a:link, a:visited {
	color: #8bc43f;
	text-decoration: none;
	font-weight: bold;
}

b a:link, b a:visited {
	color: #985da1;
	text-decoration: none;
	font-style: normal;
}

a:hover, b a:hover {
	text-decoration: underline;
}

h4 {
	text-align: center;
}