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

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #000;
}
.italicbodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.boldbodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.smallcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: bold;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 16px;
	color: #7799DD;
}
