.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 3px black;
	color: #FFFFFF;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/body_gradient.png);
	background-repeat: no-repeat;
	font-weight: 200;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #999;
	color: #000000;
	letter-spacing: 3px;
}
.forms {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	width: 97%;
}

.formsTable {
	background-color: 466FC0;
	background-image: url(images/background_blue.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
