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

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
.bodyPadding {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	padding-top: 5px;
	padding-left: 5px;
}
.bodyPadding a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.bodyError {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #F00;
	padding-top: 5px;
	padding-left: 5px;
}
.largerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	padding-top: 5px;
}

