@charset "utf-8";
.Heading {
	color: #00F;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.Emphasis {
	color: #000;
    font-weight: bold;
	text-decoration: underline;
   	font-family: "Times New Roman", Times, serif;
}
.RegText {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.Indent {
	padding-left: 60px;   padding-right: 30px;
}
.RightJustify {
	 text-align: right; padding-right: 60px; font-size: 90%;
}
