body {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #033425;
}
.table {
	border: 1px solid #033425;
}
table {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #033425;
}
.light {
	background: #033425;
	border: 1px solid #c6d6ad;
	color: #FFFFFF;
}
.medium {
	background: #c6d6ad;
	color: #033425;
}
.title {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
}
.title2{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #033425;
}
.bold {
	font-weight: bold;
}
.tr {
	border-bottom: 1px solid #033425;
}
a:link {
	font-family: Trebuchet MS;
	color: #033425;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS;
	color: #033425;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS;
	color: #033425;
	text-decoration: underline;
}
a:active {
	font-family: Trebuchet MS;
	color: #033425;
	text-decoration: underline;
}
.blink {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
}
a.blink:link {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
}
a.blink:visited {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
}
a.blink:hover {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}
a.blink:active {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
}
a.wblink:link {
	font-family: Trebuchet MS;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.wblink:visited {
	font-family: Trebuchet MS;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.wblink:hover {
	font-family: Trebuchet MS;
	color: #c6d6ad;
	font-weight: bold;
	text-decoration: underline;
}
a.wblink:active {
	font-family: Trebuchet MS;
	color: #c6d6ad;
	font-weight: bold;
	text-decoration: underline;
}
.white {
	font-family: Trebuchet MS;
	color: #ffffff;
	text-decoration: none;
}
.a:link {
	font-family: Trebuchet MS;
	color: #ffffff;
	text-decoration: none;
}
.a:visited {
	font-family: Trebuchet MS;
	color: #ffffff;
	text-decoration: none;
}
.a:hover {
	font-family: Trebuchet MS;
	color: #c6d6ad;
	text-decoration: underline;
}
.a:active {
	font-family: Trebuchet MS;
	color: #ffffff;
	text-decoration: underline;
}
input {
	background: #033425;
	border: 1px solid #033425;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	height: 15px;
}
.button {
	background: #033425;
	border: 1px solid #033425;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	height: 15px;
	cursor: pointer;
}
textarea {
	background: #033425;
	border: 1px solid #033425;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
}
.whiteborder {
	border: 1px solid #ffffff;
}