@charset "utf-8";
/* CSS Document */

td {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #CCCCCC;
}
.i-font {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #CCCCCC;
}
.td-content {
	padding: 10px;
	text-align: left;
	background-color: #4C5E71;
}
.td-contentlink {
	padding: 10px;
	text-align: right;
	background-color: #4C5E71;
}
.content-heading {
	font-size: 16px;
}
.td-header {
	background-color: #FFFFFF;
	color: #999900;
	font-family: "Century Gothic";
	line-height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #555555;
	font-size: 24px;
}
.td-menu {
	color: #555555;
	background-color: #555555;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #999900;
}
.menu-item {
	color: #555555;
}
.amenu {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 15pt;
}
.amenu:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 15pt;
}
.thispage {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 15pt;
}
.td-footer {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #555555;
}
.amenusub {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 10pt;
}
.amenusub:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 10pt;
}
.abutton {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #999900;
	float: none;
}
.abutton:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 10pt;
	padding: 10px;
	border: 1px dashed #B1C3D9;
}
.thispagesub {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 500;
	font-family: "Century Gothic";
	font-size: 10pt;
}
.textfield {
	text-align: left;
	background-color: #4C5E71;
	font-family: "Century Gothic";
	color: #CCCCCC;
	border: 1px dotted #CCCCCC;
}
.formbutton {
	text-align: left;
	background-color: #4C5E71;
	font-family: "Century Gothic";
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
}