@charset "UTF-8";


 body {
	background-color: #680001;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.ArnoPro_20_Black {
	font-family: "Arno Pro";
	font-size: 20px;
	color: #000;
}

.BodyText_14_Black_Left {
	color: #000;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.BodyText_14_Black {
	color: #000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.BodyText_14_Blue_Left {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #00F;
	text-align: left;
}
.BodyText_14_Blue {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #00F;
}
.BodyText_20_Black_Left {
	font-size: 20px;
	color: #000;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}
.BodyText_20_Black {
	font-size: 20px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}
.justify_text {
	text-align: justify;
}
.Red_16 {
	font-size: 16px;
	color: #F00;
}
.Red_14 {
	font-size: 14px;
	color: #F00;
}
.Red_12 {
	font-size: 12px;
	color: #F00;
}
.Burgandy20 {
	font-size: 20px;
	color: #900;
}
