a:link {
	font-family: "Candara";
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #669999;
}
a:visited {
	font-family: Candara;
	font-size: 11px;
	text-transform: uppercase;
	color: #074F9E;
	text-decoration: none;
}
a:hover {
	font-family: "Candara";
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
	color: #1269B0;
	text-decoration: none;
}
a:active {
	font-family: "Candara";
	font-size: 11px;
	text-transform: uppercase;
	color: #00B5DB;
	text-decoration: none;
}
.page_title {
	font-family: "Tekton Pro";
	font-size: 16px;
	text-transform: uppercase;
	color: #6699cc;
	text-decoration: none;
	font-weight: 200;
	letter-spacing: .4em;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 01.3em;
	color: #222222;
	text-decoration: none;
}

