.navbar {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #990000;
	font-style: normal;
	font-variant: normal;

}
	.ColoredLineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
}
.ColoredLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
}
.ColoredLineLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699FF;
}
.Content {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: justify;

}
.ContentHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	color: #000066;

}
