@charset "utf-8";
/* CSS Document */

.background {
	background-color: #000;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4186EB;
	font-style: italic;
	text-align: center;
}
.lefttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4186EB;
	font-style: italic;
	text-align: left;
	vertical-align: top;
}
.centertextblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4186EB;
	font-style: italic;
	text-align: center;
	vertical-align: top;
}

.link {
	text-decoration: underline;
	font-style: italic;
	color: #4186EB;
}
.newlink {
	text-decoration: underline;
	font-style: italic;
	color: #F00;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #06C;
	text-align: center;
}
.textheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #F00;
}
.lefttextred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F00;
	text-align: left;
	vertical-align: top;
}
.lefttextorange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F90;
	text-align: left;
	vertical-align: top;
}
.centertextorange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F90;
	text-align: center;
	vertical-align: top;
}
.centertextred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F00;
	text-align: center;
	vertical-align: top;
}
.lefttextgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #0F0;
	text-align: left;
	vertical-align: top;
}
.centertextgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #0F0;
	text-align: center;
	vertical-align: top;
}
