@charset "utf-8";
.textBold {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	color: #00AEDB;
}
.form {
	font-family: "Trebuchet MS", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-left: 40px;
}
.formAlign {
	padding-right: 20px;
}

.formlink {
	font-family: "Trebuchet MS", sans-serif;
}
.formText {
	font-family: "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #333333;
	padding-left: 50px;
}
.text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
}

.navtext {
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 15px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.navtext:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navtext:visited { 
	color: #FFFFFF;
}
.navtext:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
.navtext:active { 
	color: #333333;
}
