a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
@font-face {
    font-family: 'Gothic'; /*a name to be used later*/
	src: url('fonts/GOTHIC.eot'); /* IE9 Compat Modes */
	src: url('fonts/GOTHIC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/GOTHIC.TTF') format('truetype'); /*URL to font*/
}
.copyright {
	font-family:'Gothic';
	font-size: 10px;
	color: #999;
}
.busca {
	font-family:'Gothic';
	font-size: 12px;
	color: #333;
	font-weight:bold;
}
.txt10bco {
	font-family:'Gothic';
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.txt12bco {
	font-family:'Gothic';
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.txt14bco {
	font-family:'Gothic';
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.txt10ng {
	font-family:'Gothic';
	font-size: 10px;
	color: #333;
	font-weight: bold;
}
.txt12ng {
	font-family:'Gothic';
	font-size: 12px;
	color: #333;
}
.txt12ngbld {
	font-family:'Gothic';
	font-size: 12px;
	color: #333;
	font-weight:bold;
}
.txt14ng {
	font-family:'Gothic';
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.txt10gray {
	font-family:'Gothic';
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
.txt12gray {
	font-family:'Gothic';
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.txt14gray {
	font-family:'Gothic';
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.txt10red {
	font-family:'Gothic';
	font-size: 10px;
	font-weight: bold;
	color:#900;
}
.txt12red {
	font-family:'Gothic';
	font-size: 12px;
	font-weight: bold;
	color:#900;
}
.txt14red {
	font-family:'Gothic';
	font-size: 14px;
	font-weight: bold;
	color:#900;
}
.txt10blue {
	font-family:'Gothic';
	font-size: 10px;
	color: #5B79B9;
	font-weight: bold;
}
.txt12blue {
	font-family:'Gothic';
	font-size: 12px;
	color: #5B79B9;
	font-weight: bold;
}
.txt14blue {
	font-family:'Gothic';
	font-size: 14px;
	color: #5B79B9;
	font-weight: bold;
}
