body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFC;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align:center;
	font-size: 12px;
}
.oneColFixCtrHdr #container  {
	width:780px;
	background:#FFFFFF;
	text-align:left;
	border-top-width:15px;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC;
	border-bottom-color: #FFC;
	margin:0 auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a:link {
	color: #009900;
	text-decoration: none;
}
.tables {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #FFC;
	width: 780px;
	padding: 0px;
	border-collapse: collapse;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #009900;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
}

.Bullets {
	list-style-position: outside;
	list-style-image: url(/Templates/bullet.png);
	list-style-type: square;
}
