@charset "utf-8";
/* CSS Document */

/* Alignment Styles */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: oblique;
	line-height: 150%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #990000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000066;
	text-decoration: underline;
	letter-spacing: normal;
	word-spacing: normal;
}
