﻿.Title {
	font-family: "Book Antiqua";
	font-size: x-large;
	color: #FF7100;
}
.Subtitle_Blue {
	font-family: "Book Antiqua";
	font-size: large;
	color: #4A9ECE;
	font-weight: bold;
}
.Subtitle_Green {
	font-family: "Book Antiqua";
	font-size: medium;
	font-style: italic;
	color: #666633;
}
.Subtitle_Orange {
	font-family: "Book Antiqua";
	font-size: large;
	color: #FF7100;
}
.Text_blue {
	font-family: "Book Antiqua";
	font-size: medium;
	font-weight: bold;
	color: 4A9ECE;
}
.Small_text {
	font-family: "Book Antiqua";
	font-size: x-small;
}
.Signature {
	font-family: "Blackadder ITC";
	font-size: large;
}
.align_left {
	text-align: left;
