@charset "utf-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
body {
	background-color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
.Main_Background {
	background-image: url(images/Framework/Main_Content_Bkgd.gif);
	background-repeat: no-repeat;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
}
a:link {
	color: #990099;
	text-decoration: none;
	text-transform: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
	text-transform: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
h1, h2, p {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
li p {
	margin-left: 0px;
}
hr {
	width: 90%;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 10px;
}
