@charset "utf-8";
/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	padding: 1px;
	text-align: left;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	padding: 1px;
}
.navigation {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #00C;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 170px;
	padding-left: 30px;
	padding-right: 10px;
}

.navigation:hover {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	font-style: normal
	line-height: 15px;
	font-weight: bold;
	color: #009
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 170px;
	padding-left: 30px;
	padding-right: 10px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding: 1px;
	text-align: right;
}
.fullbody {
	text-align: center;
	color: #000;
}
.mission {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #00C;
	text-align: center;
}
.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.caption {
	text-align: right;
	font-weight: normal;
}
