@font-face {
    font-family: 'CG';
    src: url('GOTHIC.TTF'),
		url('GOTHICB.TTF'),
		url('GOTHICBI.TTF'),
		url('GOTHICI.TTF');
}

body,
#flash .jw-controlbar-center-group,
#flash .jw-text-elapsed,
#flash .jw-text-live {
	font-family: Century Gothic, CenturyGothic, AppleGothic, CG, sans-serif;
	font-size: 16px;
	color:#777;
    text-transform:none;
}
input {
	font-family: Century Gothic, CenturyGothic, AppleGothic, CG, sans-serif;
	font-size: 14px;
}

a {
	color: #016d71;
	transition: color 0.3s;
	transition: background-color 0.3s;
	transition: filter 0.3s;
	-webkit-transition: -webkit-filter 0.3s;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a.active, a:active {
	filter: brightness(1.6);
	-webkit-filter: brightness(1.6);
}

h1, h2 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#016d71;
	text-align:center;
	display:block;
	font-weight:normal;
	cursor:default;
}
h2 {
	font-size: 18px;
	margin-top: 15px;
}

.icontext16 {
	padding-left:21px;
	background-repeat:no-repeat;
	background-position:left center;
}