body {
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #FFF;
	background-image: url(../images/backEdge.gif);
	background-repeat: repeat-x;
	background-position: top;
}
form {
	margin: 0px;
}
.textTitle {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #5b707c;
}
.textBody {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #8e8a7d;
	padding: 20px;
}
.textBodyMain {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #8e8a7d;
	padding: 20px 30px;
	background-color: #FFF;
	background-image: url(../images/textBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link, a:active, a:visited {
	color: #5b707c;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.foot {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/backFoot.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #5b707c;
}
