body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align:center;
	font-size: 15px;
	background-attachment: fixed;
	background-image: url(/Images/Temporary/Background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container  {
	width:780px;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
a:link {
	color: #009900;
	text-decoration: none;
}
.tables {
	font-family: Arial;
	border: thin solid #ebe5da;
	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-weight: bolder;
	color: #009900;
	text-align: center;
	font-size: 40px;
}
h2 {
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	color: #009900;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009900;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #009900;
}

.Bullets {
	list-style-position: outside;
	list-style-image: url(/Templates/bullet.png);
	list-style-type: square;
}
.black {
	color: #000;
}
.oneColFixCtrHdr #container blockquote p {
	color: #000;
}
.oneColFixCtrHdr #container div table tr td p {
	color: #000;
}
.oneColFixCtrHdr #container table tr td div p strong {
	color: #000;
}
.Red {
	color: #F00;
	text-decoration: blink;
}
.Tiny {
	font-size: xx-small;
}
