.body {  font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; line-height: 16px; font-weight: normal; color: #333333; text-decoration: none}
.smallbody { font-family: "Trebuchet MS"; font-size: 11px; font-style: normal; line-height: 14px; font-weight: normal; color: #333333; text-decoration: none }
.copyrightlink {  font-family: "Trebuchet MS"; font-size: 9px; font-style: normal; line-height: normal; font-weight: bold; color: #990000; text-decoration: underline}
.smallheadline {  font-family: "Trebuchet MS"; font-size: 9px; font-style: italic; line-height: normal; font-weight: bold; color: #990000; text-decoration: none}
.copyrightlink:hover {  font-family: "Trebuchet MS"; font-size: 9px; font-style: normal; line-height: normal; font-weight: bold; color: #666666; text-decoration: none}
.copyright {  font-family: "Trebuchet MS"; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; color: #666666; text-decoration: none}
.navigation {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #333333; text-decoration: none}
.navigation:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #6699CC; text-decoration: underline}
.headline {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.bodyheadline {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.bodyitalic {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;

}
.bodylink {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: underline;
}
.bodylink:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.smallbodyLink {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: underline;
}
.smallbodyLink:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
/* Define Form Elements */

textarea {
	font: normal 11px "Trebuchet MS";
	background: #e4e4e4;
	color: #575756;
	width: 200px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin: 1px;
	padding: 1px;
}
input {
	font: normal 11px "Trebuchet MS";
	background: #e4e4e4;
	color: #575756;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin: 1px;
	padding: 1px;
}

/* Define Form Classes */

input.text {
	background: #e4e4e4;
	width: 200px;
	height: 20px;
}

/* Define Form Pseudo-Classes */

input:focus {
	background: #FFFFFF;
	color: #000000;
}
input.text:focus {
	background: #FFFFFF;
	color: #000000;
}
textarea:focus {
	background: #FFFFFF;
	color: #000000;
}

/* Define Form Classes */

.form {
	background: #e4e4e4;
	width: 200px;
	height: 20px;
}

/* Define Form Pseudo-Classes */

.form:focus {
	background: #FFFFFF;
	color: #000000;
}